0

I have tried writing code in Javascript(protractor) to open email and serach for notifications. Is there another way to test email notifications(API/UI automated test).

Also what tools/testing framework is suitable for text notification automated testing?

Akanksha Jain
  • 21
  • 1
  • 6
  • Note: I am trying to test already received email/text notification – Akanksha Jain Jun 25 '18 at 19:54
  • Email and text are different enough where I'd want to do them separately (hence separate questions). – benc Jun 25 '18 at 20:21
  • @benc Can you suggest any solution to either Text or Email? – Akanksha Jain Jun 25 '18 at 20:55
  • https://stackoverflow.com/questions/29311154/fetching-values-from-email-in-protractor-test-case – Jeremy Kahan Jun 26 '18 at 02:29
  • Because email is often stored as files, the simplest approach is to locally deliver mail, then open it as a text file, and use whatever testing harness you prefer. For example, one time, I had mail sent to a macOS home directory, then used PERL. – benc Jun 26 '18 at 17:32

0 Answers0