[wtr-general] Re: Test Set

2009-03-20 Thread vladimir...@hotmail.com
Thank you very much to ALL. On Mar 20, 10:27 am, Tiffany Fodor wrote: > Hi! > > Watir is a Ruby library, not a framework - you can use any framework > you like to run Watir tests.  Some that come to mind are Test::Unit, > RSpec, WatirCraft, Taza, Watirloo, Rasta and Cucumber.  Most people > are

[wtr-general] Re: Test Set

2009-03-20 Thread Tiffany Fodor
Hi! Watir is a Ruby library, not a framework - you can use any framework you like to run Watir tests. Some that come to mind are Test::Unit, RSpec, WatirCraft, Taza, Watirloo, Rasta and Cucumber. Most people are moving away from Test::Unit and implementing RSpec (although I still use and like T

[wtr-general] Re: Test Set

2009-03-20 Thread ANu Gangavaram
You can also call all your other scripts from a main script using system("ruby Test1.rb") On Fri, Mar 20, 2009 at 5:45 AM, JArkelen wrote: > > You can use Rake to execute multiple tests. > > On Mar 20, 12:28 am, "vladimir...@hotmail.com" > wrote: > > How to execute multiple functional Watir s

[wtr-general] Re: Test Set

2009-03-20 Thread JArkelen
You can use Rake to execute multiple tests. On Mar 20, 12:28 am, "vladimir...@hotmail.com" wrote: > How to execute multiple functional Watir scripts unattended in a test > set? > Do I need to use Test::Unit even the test cases are not unit tests? > > Thanks, > Vladimir --~--~-~--~~--