Test Set

2 views
Skip to first unread message

vladi...@hotmail.com

unread,
Mar 19, 2009, 4:09:42 PM3/19/09
to Watir General
How can I run multiple Ruby tests in a test set? Do I need to always
use Test::Unit even my test cases are not unit tests but functional
tests?

vladi...@hotmail.com

unread,
Mar 19, 2009, 7:28:14 PM3/19/09
to Watir General
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

JArkelen

unread,
Mar 20, 2009, 5:45:20 AM3/20/09
to Watir General
You can use Rake to execute multiple tests.

On Mar 20, 12:28 am, "vladimir...@hotmail.com"

ANu Gangavaram

unread,
Mar 20, 2009, 10:11:08 AM3/20/09
to watir-...@googlegroups.com
You can also call all your other scripts from a main script using system("ruby Test1.rb")

Tiffany Fodor

unread,
Mar 20, 2009, 1:27:08 PM3/20/09
to Watir General
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 Test::Unit). You can find examples of some
frameworks here:

http://wiki.openqa.org/display/WTR/Examples

The others can be easily found with a quick web search.

Hope this helps!

-Tiffany

On Mar 19, 5:28 pm, "vladimir...@hotmail.com"

vladi...@hotmail.com

unread,
Mar 20, 2009, 5:04:05 PM3/20/09
to Watir General
Thank you very much to ALL.
> > Vladimir- Hide quoted text -
>
> - Show quoted text -
Reply all
Reply to author
Forward
0 new messages