Re: [Wicket-user] Test Frameworks and Wicket

2007-02-10 Thread Erik van Oosten
Hi Nilo, I would go all the way and use Selenium for functional regression tests. Selenium tests are easy to produce with the excellent Firefox extension SeleniumIDE. The tests can then be run in IE, Firefox and a couple of other browsers. Some can be started automatically from a CI server. Re

Re: [Wicket-user] Test Frameworks and Wicket

2007-02-12 Thread Timo Rantalaiho
On Sat, 10 Feb 2007, nilo de roock wrote: > like to use for writing a functional regressing test. But I don't think > WicketTester was meant for that in the first place, more as a TestCase > helper. I suppose Wicket still needs more whitepapers, tutorials, books, For me, WicketTester works best fo