can someone tell me the test cases for following scenario of
password:
1. Password should be minimum 6 chars and maximum 8 chars.
2. Password should consists of 1 uppercase letter.
3. Password should consists of 1 numeric.
4. Password should consists of 1 special character.

Answers were Sorted based on User's Feedback



can someone tell me the test cases for following scenario of password: 1. Password should be mini..

Answer / top_anand

Do boundary value analysis by putting 5,6,7,8,9 character
valid password. After that try various combination of
negative scenarios like blank, spaces, spaces at start,
spaces at end, spaces in between, alpha lowercase only,
alpha uppercase only, alpha lower+upper, alpha lower+upper +
Number, alpha lower+upper + special character, special +
Number, only special, only numeric etc etc...

Is This Answer Correct ?    5 Yes 1 No

can someone tell me the test cases for following scenario of password: 1. Password should be mini..

Answer / mudaseer

1)enter a password with 5 characters or less than 5 characters
expected result it should not accept and display password should be more than 6
enter a password with 6,7 and 8 characters expected result it should accept
enter a password with more than 8 expected result password should be less than 8 characters

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Test Cases Interview Questions

write a testcase for electronic door?

3 Answers  


test cases for black board test cases for pencil

2 Answers  


HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.

0 Answers  


how to testba storedprocedure?

1 Answers   CSS,


what are test repository???? need for test repository/need for maintaining test cases?? advantages and disadvantages for maintaining test case??

2 Answers  






Can test case contains more than 50 steps in single test case?

4 Answers  


Explain the exactly meaning of test case?

0 Answers  


Explain the scalability testing?

0 Answers  


hai we need to get some data from a logfiles and populate into database .to check this we need to write test cases .how to write test case for this scenario tell me as functional and stress testing differ

0 Answers   Crompton Greaves,


Elaborate test plan and content availability in test plan.

0 Answers  


Define Testcase.

13 Answers   3i Infotech,


how to write test case for Add, Delete,Update,search and Edit button. Please its urgent.Could anybody help me as soon as possible

2 Answers  


Categories