vendredi 27 septembre 2019

Compare values in Selenium IDE

I am new to Automation Testing and Selenium IDE. I have one testing case which update just the email and another testing case which check if the update email is the same on another page.Test passes if the compared email is the same. So far, I only found an option to update the values and wondering if there is any option to compare the updated values in different page. Any suggestion would be helpful. Just to clarify,

Test case 1(Action): 1. Open HR department page on browser 2. Go to user profile and update user email

Test case 2(Check): 1. Open Employee department page on browser 2. Go to user profile and see if the update email from test case 1 is showing the same.

Because we're using different database for each departments, the test will passed if the email is the same, and the test will failed if the email is not the same on Selenium IDE.

Aucun commentaire:

Enregistrer un commentaire