Skip to content
perty edited this page Feb 3, 2013 · 6 revisions

Welcome to the wicket-test-examples wiki!

Here you find examples on how to test your Wicket web application when you use AJAX.

There are some things that complicates matters if you wish to avoid browser based testing, such as Selenium.

You can read more in my blog or just download the source and do “mvn install” “mvn jetty:run” and point your browser to http://localhost:8080/wicket-test-examples

Blog is here.

Clone this wiki locally