Showing posts with label User Test Cases :Users should be able to change password. Show all posts
Showing posts with label User Test Cases :Users should be able to change password. Show all posts

User Test Cases :Users should be able to change password



Users should be able to change password


User story (Scenario):
User should be able to change password.
Test Case
Step
Action
Expected Result
Test Data
Actual Result
Test Result
Note
1
Navigate to Selenium Master Test App URL: http://www.facebook.com
Log in page displays
 2 Click on the "Lost Username and Password" link Username or password reset page should be displayed.
 3Enter email address or username in the text box fieldEmail address or username should be entered.
 4 Click on the Send Request button Button should be clicked.
 5 Verify that password reset email notification message displayed. 

Handling Dynamic Elements in Selenium WebDriver

                       Handling Dynamic Elements in Selenium WebDriver Dynamic elements are those elements which have identifiers that a...