How to write the testcase for old password check ?

That the new password provided is not same as previous 3 password. how to write the testcase

Questions by prakash47

Showing Answers 1 - 3 of 3 Answers

AsheeshA

  • Feb 29th, 2012
 

First test for basic validations
- Test for Blank password
- Test for Strong password

Test for validations against last 3
- Input recently used password
- Input II recently used password
- Input III recently used password
- Input 1/2/3 in different case (to check if password check is case sensitive)
- Input 1/2/3 by appending white spaces (to check if string is picked by trimming white spaces on both sides)
- Input a wrong password, and type duplicate one in the subsequent attempt
- Input 4th oldest password for acceptance

  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