Test Case for Password Reset

In an application, while in registration page Password field was accepted as minimum of 8 characters (mixed). While Resetting the Password (Forget password), system generates 7 characters and send to user email. How you will write test case for this scenario?

Questions by mathan_vel   answers by mathan_vel

Editorial / Best Answer

praveshgupta78  

  • Member Since Jul-2010 | Jul 25th, 2010


1. Click on forgot password
2. Screen should comes asked for a personal information as pet name, or favourite teacher name, known by the user and entered when id or password is created for first time
3. user enter information
4. click on submit
5. User prompted to enter the alternate email id
6. User enter the email id into text box
7. click on submit
8. msg prompted new password sent to your email
9. User sign to alternate email account
10 Check for new password
11. User sign out from his alt email account
12 open email website
13 enetr id
14 enter password
15 click on login
16 Email account opened

OR
Steps
4. User prompted for Enter new password on 1st text field
5.  reenter same password in 2nd text field
5. click on reset button
6. Screen appeared successfully password is changed and now login again
7. User click on link provided
8. Prompted to enter id and password
9. enter id and password
10 accesssed account

Showing Answers 1 - 9 of 9 Answers

Test cases for Password Reset :
1. To Check whether the user receives the correct new password.
2. To check whether the user must receive his password
3.To  check whether the user receives his 8 letter password

1. Click on forgot password
2. Screen should comes asked for a personal information as pet name, or favourite teacher name, known by the user and entered when id or password is created for first time
3. user enter information
4. click on submit
5. User prompted to enter the alternate email id
6. User enter the email id into text box
7. click on submit
8. msg prompted new password sent to your email
9. User sign to alternate email account
10 Check for new password
11. User sign out from his alt email account
12 open email website
13 enetr id
14 enter password
15 click on login
16 Email account opened

OR
Steps
4. User prompted for Enter new password on 1st text field
5.  reenter same password in 2nd text field
5. click on reset button
6. Screen appeared successfully password is changed and now login again
7. User click on link provided
8. Prompted to enter id and password
9. enter id and password
10 accesssed account

Praneeth

  • Sep 4th, 2014
 

TC1: Verify the User is able to view "Reset Password" List item in Profle icon dropdown
TC2: Verify the User is able to click "Reset Password" List item
TC3: Verify that User is able to view "Reset Password" Panel by clicking "Reset Password" List item
TC4: Verify that User is able to view "New Password" text box in "Reset Password" Panel
TC5: Verify that State(editable/non editable) of "New Password" text box
TC6: Validate Labels , Placeholders
TC7: Verify the User is able to view "Confirm Password" text box in "Reset Password" Panel
TC8: Verify State(editable/non editable) of "Confirm Password" text box
TC9: Verify the User is able to view "Reset" button
TC10: Verify the State(Clickable/Non-clickable) of "Reset" button
TC11: Verify the User is able to "Reset Password" with same Change Password, Confirm Password
TC12: Verify the User isnt able to "Reset Password" with Change Password, Confirm password mismatch
TC13: Verify the user is able to redirect to login page for successful reset Password
TC14: Verify the User is able to Login to application with change Password
TC15: Verify the User is not able to Login to application with old password

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions