Roy,

The other tests are dependent on logIntoPortal? I don't know if Watir
or Test::Unit has support for dependent tests, but one could create it
programatically.

Anyway, I have read a blog these days that might be just what you are
looking for:

http://www.testing.com/cgi-bin/blog/2005/12/08#automation1

2005/12/15, Roy Sin <[EMAIL PROTECTED]>:
> I have a few test cases each in its own class file as in
> this example: testcase1_test.rb, testcase2_test.rb, ...,
> The first testcase1_test.rb calls 'setup' and
> 'logintoPortal' which take care of creatng an instance of
> IE and going through the login process to my Portal under
> test.
> What would be a good way to call the other test cases after
> the first test case has completed? And all the test cases
> are in the same directory.
>
> thanks
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> _______________________________________________
> Wtr-general mailing list
> [email protected]
> http://rubyforge.org/mailman/listinfo/wtr-general
>

_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to