> If you really like test unit, Bret made a patch for it so methods are
> run in order you define them, but I did not try it. Take a look.
> http://wiki.openqa.org/display/WTR/Test-Unit+Patch
> <https://neo/display/WTR/Test-Unit+Patch,DanaInfo=wiki.openqa.org+>
This is in the latest Development gems.

This is how to use it:

require 'watir/testcase'

class MyTest < Watir::TestCase
def test_in_order
...
end
end

This only ensures that your test methods are executed in the order they
are defined. TestCase classes are still executed in random order. As i
said in the other post, work around this problem, by creating your own
test suite.

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

Reply via email to