Paul King wrote:
I have been working on some Email steps - kind of inspired by the pop3 step on the community site...
OK, I added all of the steps in. Let me know if you have any problems with them. Paul. P.S. I also added RMock to the code base. It has much of the power of jMock but is more refactor friendly and has some of the simplicity (perhaps even more) than EasyMock(1/2). I don't think it is perfect but it has some neat features and some interesting future plans. I used it extensively to test the email steps (mocking out the JavaMail API) to avoid relying on an SMTP/POP3 server in the build environment. If you feel you really want to run it against a read server try the emailManualTests.xml (but you will need to feed in your email config info yourself). _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

