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

_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to