1. Wicket testing startPanel(Panel) and PageParameters - how to set them? stackoverflow.comCurrently I'm using the WicketTester's startPanel method to test my panels. Within these panels I often use PageParameters to access data, using getPage().getPageParameters(). However, the startPanel method does not initialize any ... |
2. Best tool to do load testing of wicket framework? stackoverflow.comCan you recommend a simple/best tool for an web application developed using Wicket framework? The challenge is interface id is changed every time so record and playback may not work. This |
3. Back-end performance testing for apache wicket stackoverflow.comWe create a app based on the apache wicket and I'm now working on the performance testing for it. I'm familiar with Jmeter so it's my first choice as the load generate ... |
4. How to test AjaxFormChoiceComponentUpdatingBehavior in WicketTester stackoverflow.comIn my Wicket application I used one radio button with "yes" and "no" options. If I select "No", I should display one dropdown choice. I wrote code using |
5. wicket and AtUnit stackoverflow.comI've started playing with Wicket and I've chosen Guice as dependency injection framework. Now I'm trying to learn how to write a unit test for a WebPage object. I ... |
6. How to unit test a custom Wicket component stackoverflow.comGiven this really simple Wicket component:
|
7. Testing Wicket panels with constructor arguments stackoverflow.comI got a page with several panels that takes several parameters in their constructors. One of them being a menu that takes a list for the different buttons in the menu. I've ... |