5 messages in com.canoo.lists.webtestRe: [Webtest] Email steps - feedback ...
FromSent OnAttachments
Paul King27 Jan 2006 03:46 
Marc Guillemot27 Jan 2006 06:14 
Dierk Koenig27 Jan 2006 09:45 
Siegfried Goeschl27 Jan 2006 11:26 
Paul King30 Jan 2006 05:55 
Subject:Re: [Webtest] Email steps - feedback wanted
From:Paul King (pau@asert.com.au)
Date:01/30/2006 05:55:25 AM
List:com.canoo.lists.webtest

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).