[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] rutema 1.0.0 released

Vassilis Rizopoulos

10/7/2008 9:18:00 PM

rutema version 1.0.0 has been released!

Check http://patir.rub.../rute... for more info.

## 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....

## 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..../distro_test.html for an
introductory example.

## REQUIREMENTS:
* patir (http://patir.rub...)
* mailfactory (http://rubyforge.org/projects/ma...)
* activerecord (http://ar.rubyon...)
* sqlite3 (http://rubyforge.org/projects/sq...)
* ruport (http://rubyre...)
* acts_as_reportable
* highline

Changes:

## 1.0.0 / 2008-10-06
* DB schema change: title and description added to scenario table
* footer parameter for the email reporter
* Specification titles included in the text reports
* When parsing multiple specifications a duplicate name will now
generate a parser error
* rutema_updater upgrades existing databases, check
http://patir.rubyforge..../update_090_to_100.html
* rutemah scrapped
* rutemax logs it's version always
* activerecord 2.1.1 is now in use

## 0.9.3 / 2008-09-10
* Sorted result summaries in the text and the email reporter
* ActiveRecordReporter registration logging
## 0.9.2 / 2008-09-10
* Fixed major blunder with test reporting
* Added text reporter for consistent text summaries
* More tests
* Fixed check test behaviour (was not running even when specified in the
configuration)
* Fixed bungled emailing when using multiple addresses in the config
## 0.9.1 / 2008-09-09
* Modularisation of element parsing methods introduced.
* MinimalXMLParser refactored as example.
* Extra element parser modules available in the rutema_elements gem
* Cleaned up EmailReporter. Unit tests with Mocha, text report has a
better layout
## 0.9.0 / 2008-09-08
* Ability to nest scenarios added to the base parser
* Documentation at http://patir.rubyforge..../tool_configuration.html



--
http://www.braveworl...