Rutema 0.9.0 Released

rutema version 0.9.0 has been released!

DESCRIPTION:

rutema is a test execution tool with a twist.
It allows you to combine test tools while it takes care of logging,
reporting, archiving of results and formalizes execution of automated
and manual tests.
It’s purpose is to make testing in heterogeneous environments easier.

For more information look at http://patir.rubyforge.org/rutema

FEATURES/PROBLEMS:

  • Unified test execution environment for automated and manual tests
  • Extensible reports and notifications in various formats (email, rss,
    pdf, html etc.)
  • Web frontend and command line report generation tools for browsing the
    test results database (with rutemaweb)
  • Comprehensive history of test execution
  • A well defined way to create a project specific test specification
    format

SYNOPSIS:

See http://patir.rubyforge.org/rutema/distro_test.html for an
introductory example.

REQUIREMENTS:

Changes:

0.9.0 / 2008-09-08

0.8.0 / 2008-07-03

  • Split rutemaweb into own gem
  • Refactored reporters
  • Re-enabled the --step commandline facility of rutemax allowing
    step-by-step execution and fixed the StepRunner implementation