hi,
I am not able to use assert method . i tried the following code but its
giving an error
require 'watir'
include Watir
require 'test/unit'
ie = IE.new
ie.goto("www.google.com")
assert( ie.contains_text('Welcome to your Google homepage') )
and the error i got is
test.rb:6: undefined method `assert' for #<Object:0x27b9258> (NoMethodError)
please help me out
thank you,
Maloy
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=6352&messageID=17909#17909
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general