The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
4answers
477 views

Automating email verification feature of an application?

I'm helping to automate an new web application, part of this application requires email verification. What are the industry standards for automating the black hole known as "email"? What I'm trying to ...
2
votes
3answers
428 views

Automate verification of emails being received

One of the applications that I have to do an enhancement to soon has a number of emails that are sent from the application. To the point of verification, I need to see the delivery failure ...
2
votes
3answers
161 views

Does anyone know of an automation tool that will perform actions on sending or receiving of an email?

I need to test that a series of sites are up and running and that they can send and receive email. Step one: send email from example1@example.com Step two: expect response email ...
1
vote
2answers
141 views

test cases for conversation unsubscription in a email

I am a newbie at testing. The scenario described here is what happens when a user tries to unsubscribe from a conversation using Mailing list manager. To unsubscribe the user sends an email ...
1
vote
2answers
83 views

Generating emails with inline images [closed]

I need to figure out how to get a diverse sample of emails with inline images in them. Our web application has to be able to identify inline images in email and then display the email and image in a ...