On Fri, Aug 7, 2009 at 11:37 PM, [email protected] <[email protected]> wrote: > I would like to automate email testing. Mainly make sure the right > emails were sent.
I do that all the time. (I even have to check what the app does when it receives mail.) My app creates mails as files, and puts them in folder where mail server picks them up and send. When testing, I just stop mail server and grab mail files from Ruby and parse them with Tmail to check the contents. Please let me know if you want more detail about that. Željko --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to [email protected] Before posting, please read the following guidelines: http://wiki.openqa.org/display/WTR/Support To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/watir-general -~----------~----~----~----~------~----~------~--~---
