[Wtr-general] What are people using for 'test executive'?
Bret Pettichord
bret at pettichord.com
Fri Jan 5 10:41:30 EST 2007
Brad wrote:
> Curious, what are users using for a 'test executive' that can drive multiple tests?
Most people use Test::Unit, which supports multiple test-runners.
> Is there an open source 'test executive' written for Ruby test cases that would do the following:<br>
> * user can select individual test(s) or 'run all' in list<br>
>
This is supported with the TK runner
> * can run test(s) multiple specified number of times or continuously<br>
>
You would have to write your own harness for this. It's pretty easy. I
have done it.
> * test results are logged and shown in 'test executive'<br><br>
>
Use TK runner or the ever popular TestReporter.
Bret
More information about the Wtr-general
mailing list