Hi guys!
I started experimenting with jwebunit on my JSF project. My test takes a really
long time to run (it gets stuck for some time at the "beginAt" call). The
method succeeds, but it is taking a long time to execute. Does anybody know
what
is happening ? (this is a JSF 1.2 application).
publicclassTesteWebUnit { privateWebTester tester; @Before }
publicvoidsetUp() throwsException { tester= newWebTester();
tester.setBaseUrl(http://localhost:8180/Test); @Test publicvoidlogin()
{ tester.beginAt("/login/login.html"); }
}
Thanks! tester.assertTitleEquals("Login Page");
------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:
Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
JWebUnit-users mailing list
JWebUnit-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jwebunit-users