Okay, I have a page that, when submitted, sends an email. Now the page uses a service via interface that actually does the emailing and that service is tested separately. But how can I write a test that makes sure that my page actually calls that service and that the email gets sent since that doesn't effect the page in any way that i can test for using htmlunit? Does anyone know of a lightweight mail server analogous to jetty/hsqldb that i could use for testing?
-- Dan Adams Software Engineer Interactive Factory --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]