Automated testing emails

29 Mar 2016

Acceptance test suites generally are used for UI and API testing. However, an application may, for example, send registration or expiration warning emails. Often, tests related to this are left to manual testing, instead of putting them into an automated test suite. So let’s automate them!

This is a blog I wrote for the OpenCredo blog, and you can see it over here: Automated Email Testing.