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 for

[Wicket-user] Test Frameworks and Wicket

2007-02-10 Thread nilo de roock
features. JWebUnit 1.x is based on HtmlUnit. The dev 2.x also supports Selenium. http://jwebunit.sourceforge.net/ Any comments, ideas? -nilo P.S. Jython based but cool, and it actually works http://maxq.tigris.org/ -- View this message in context: http://www.nabble.com/-Wicket-user--Test

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.