tags:

views:

84

answers:

1

I've got an application built on Apache Wicket that I want to test with JMeter. But I've got a problem when I submit a form - all fields are empty on the server side. Does anybody test Apache Wicket applications with Jmeter with success?

+2  A: 

Maybe these articles could help.

If you need an example that just works, than maybe click-bench (a very simple benchmark that compares Wicket, Click and other frameworks) is a good start for you to make your tests working.

You can checkout the sources for click-bench, and see how it's done.

Adrian A.