> Canoo WebTest has a nice feature whereby the HTML pages of the application > under test are saved for viewing later, which is very handy when a test case > fails.
Why not
if "#{test_passed}"
puts "Yay!"
else
puts ie.getHTML
end
?
-Chris
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general
