require 'watir'
require 'rubygems'
require 'watir/testcase'  # First, you have to require 'watir/testcase'
class Test1 <Watir::TestCase # Second, you have to < Watir::TestCase
       def test_a   # Third, you have to define the method name as
'test_....', start with 'test_'
       end
end

Thanks.
Wesley Chen.

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to