On Wed, 02 Jul 2008, Martijn Dashorst wrote: > I'm trying to discover which functional testing tool suits Wicket > development best. My options are: > > - Canoo webtest
Haven't tried that but I and others have some good experiences on HttpUnit / jWebUnit on which Canoo is based? Or was at least :) This was also before we used that on wicket... The biggest difference to Selenium and Watir is, I think, that it does not run a real browser. So browser-specific JavaScript issues will not get caught. > - Selenium Otherwise good but testing Ajax-intensive apps gets painful, in a recent case where we tried it it seemed too difficult to get waitForCondition to work reliably. Maybe we should try harder as Selenium has worked pretty well in some (Wicket) projects. > - Watir I've heard some good experience but not sure if that was with Wicket. I agree that practical examples on examples on each would be great! I should try to get around doing an example with jdave-wicket-selenium. Best wishes, Timo -- Timo Rantalaiho +358-45-6709709 Reaktor Innovations Oy <URL: http://www.ri.fi/ > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
