Hi All,

I use below structure for batch running,

require 'watir/ie'
require 'watir/testcase'

class Test1 <Watir::TestCase
  def test_a
  end
  def test_b
  end
end

class Test2 <Watir::TestCase
  def test_a
  end
  def test_b
  end
  def test_c
  end
end

I expect to run the tests one by one, but watir executes the code
randomly, so give me a solution to execute the tests one by one in a
order.

Thanks,
Prince3105

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to