Re: [JWebUnit-users] Re : [Htmlunit-user] NPE in HtmlUnit
@lists.sourceforge.net Sent: Monday, July 27, 2009 3:17:56 PM Subject: [JWebUnit-users] Re : [Htmlunit-user] NPE in HtmlUnit Hi Ahmed, The test case provided is JWebUnit code: public void setUp() { getTestContext().setBaseUrl("http://www.google.com";); } p
[JWebUnit-users] Re : [Htmlunit-user] NPE in HtmlUnit
Hi Ahmed, The test case provided is JWebUnit code: public void setUp() { getTestContext().setBaseUrl("http://www.google.com";); } public void testSearch() throws Exception { beginAt("/"); setTextField("q", "htmlunit"); submit("btnG"); cli