News Feed
Jobs Feed
Sections




News Archive
Developer Tutorials Blog:
Testing email routines in web applications
July 17, 2008 @ 08:49:16

On the Developer Tutorials blog, there's a recent example of how to validate a common task of many signup forms - if the email sent is actually received.

For any web developer that's ever had to build a signup routine, email is the necessary evil that takes pride of place among hated activities. Sure, a simple call to the language's mail library will send a message through, but the moment the boss wants a HTML email, or users need attachments, everything starts to get tricky.

They try to solve the mail return issue (it tells if the message has gone to the queue, not been delivered) with a little testing and Fakemail. The software looks for emails based on the configuration given and pulls them out to a local directory. Your script can then look here and check the validity of the message before its sent.

This even allows for integration with things like Phing, SimpleTest and Selenium.

0 comments voice your opinion now!
test unittest selenium simpletest phing email fakemail


blog comments powered by Disqus

Similar Posts

Zoe Slattery's Blog: Does my PHP app run on Project Zero?

NetTuts.com: Test-Driven Development in PHP: First Steps

Jani Hartikainen's Blog: Unit testing part 2: Writing and running tests

Warren Tang's Blog: PHP Unit Testing & Mock Objects with SimpleTest plugin for Eclipse

PHPBuilder.com: Testing with the Zend Framework: How to Get Started


Community Events











Don't see your event here?
Let us know!


tool interview database testing series composer zendframework2 community functional introduction conference development code opinion framework object language example release podcast

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework