You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Kent Tong <ke...@cpttm.org.mo> on 2010/03/06 11:29:27 UTC

Announce: wicket page test 1.2 is now available

Dear all,

Wicket page test allows you to unit test Wicket pages easily including
its AJAX functionality.

Major enhancements in 1.2 is that now you can wait for the completion
of Ajax easily, without writing any Javascript. For example, in a test
case, do something like:

         WicketSelenium ws = new WicketSelenium(selenium);
         selenium.click("link=Calculate next"); //this is an ajax link
         ws.waitUntilAjaxDone();
         assert selenium.getText("output").equals("Current: 1");

For more info, please see http://wicketpagetest.sourceforge.net/


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org