Automated test to verify email confirmation

0

I'm creating automated tests with selenium webdriver. I need to do a test that verifies that an email is sent to the user after registering on the system.

    
asked by anonymous 09.11.2017 / 03:40

1 answer

0

Well you have to do the selenium send the email through the system, then you create a class that opens a browser and enter in the url of the registered email place login and password access the inbox of this email is must go with a title You will need to install the selenium to click on the email with xpath example // div [text () = 'title of the email'] then he clicks check the content and then you delete the email so that the next time you execute do not have problems. if you want help on how to put the code here the problem that I respond with great pleasure.

    
09.11.2017 / 05:26