We implemented all our tests with HtmlUnit. I'm very happy with it. With tapestry 4, there is an id tag rendered with every component, it makes it very easy to test stuff with HtmlUnit! I'm not sure what do you mean with mock services?
Henri. On 5/5/06, Rob Dennett <[EMAIL PROTECTED]> wrote:
Can you test your pages using HtmlUnit with mock services? I have a service that is drawing data from the database and I would like to fake that for testing purposes, but I can't figure out how to do it. Thanks for your help, Rob