Alternative to WicketTester?

2008-02-27 Thread i ii
Struts2 claims that Actions are HTTP independent and framework neutral. This enables to test struts applications very easily without resorting to mock objects. Can this be done in Wicket?

Re: Alternative to WicketTester?

2008-02-27 Thread Nino Saturnino Martinez Vazquez Wael
There is selenium... But im not sure I understand what you mean, by HTTP independent and framework neutral.. regards Nino i ii wrote: Struts2 claims that Actions are HTTP independent and framework neutral. This enables to test struts applications very easily without resorting to mock

Re: Alternative to WicketTester?

2008-02-27 Thread lars vonk
There are no Actions in Wicket as you have in Struts (isnĀ“t that great!?!). Just put your business logic in a POJO and you can test that independently. Remember that in general it is not a good practice to mix view logic (your Components and Pages) with business logic (the POJOs). Lars On Wed,