I use normal junit and some mock objects for testing my services (in my case they are spring beans) and i use htmlunit for testing my pages. using htmlunit has worked out great. we have been able to do tdd very easily with htmlunit and have maintained ~100% code coverage (it's actually 99.8% or something because there are some exceptions that are really hard to reproduce like with concurrency and such).
On Wed, 2005-12-21 at 15:49 +0100, Ron Piterman wrote: > Hi, > Wanted to ask how you guys test your pages/components? > Cheers, > Ron > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Dan Adams Software Engineer Interactive Factory --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]