Hello,
I have recently joined a project where they use Watij (http://watij.com/) as
a web application testing tool, similar to Canoo.
It is essentially a tool to automate web testing, using IExplorer and Junit.
This few lines should clarify:
IE ie = new IE();
ie.start("http://www.google.com");
ie.textField(name,"q").set("Watij");
ie.button("Google Search").click();
ie.link(text,"/whatever/").click();
assertTrue(ie.containsText("mylabel"));
I was wondering if you guys have any experience with this tool (ie.
integrating it in a full automatic build test process).
Thanks
Luciano
--
View this message in context:
http://www.nabble.com/Watij---anyone-using-it--tf2959054s2369.html#a8278030
Sent from the AppFuse - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]