-
Notifications
You must be signed in to change notification settings - Fork 9
Change Password
Hardik Bhatt edited this page Oct 25, 2016
·
1 revision
Action | Expected Result |
---|---|
1) To verify an Old Password | It should allow to enter the old password. |
2) To verify an Old Password is wrong | It should allow the user to show an error message that "Old Password is Incorrect". |
3) To verify an New Password | It should allow to enter the new password. |
4) To verify New password has the password standards. | It should allow to enter the new password with password standards like Alphanumeric, Symbols etc. |
5) To verify an Re-Enter New Password | It should allow to enter the re-enter new password. |
6) To verify Re-Enter New password has the password standards. | It should allow to enter the re-enter new password with password standards like Alphanumeric, Symbols etc. |
7) To verify Old Password, New Password and Re-Enter New Password has text fields | It should have text fields present. |
8) To verify New Password and Re-Enter New Password is same or not | It should allow to enter the new password and the re-enter new password as same. |
9) To verify if new password is correct and re-enter new password is incorrect | It should allow the user to show an error message that "Re-Enter New Password does not match". |
10) To verify if new password is incorrect and re-enter new password is correct | It should allow the user to show an error message that "New Password is incorrect". |
11) To verify if all the 3 text fields are blank | It should not allow the user to click on change password when the text fields are blanks. |
12) To verify when we click on change button | It should allow user to click on change button when all the fields are been correct and we get an message at the toaster "Password has been changed successfully". |