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

Disc = 0 Order-qty = 0 Read Order-qty If Order-qty >=20 then Disc = 0.05 If Order-qty >=100 then Disc =0.1 End if End if A. Statement coverage is 4 B. Statement coverage is 1 C. Statement coverage is 3 D. Statement Coverage is 2

1 Answers   ISTQB,


For how many days (or) weeks you will test a product or software?

1 Answers  


How should I maintain the test cases and Test Log for different versions/builds of the application.

0 Answers  


What is p0,p1,p2,p3 in software tesing

5 Answers  


How to write test cases on for Logging management?

4 Answers   ABC, TCS,






write test case for banking application

1 Answers   Zeal Encore,


Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?

1 Answers  


Circle any inconsistencies in the following text: User Story 3005 - Dave wishes to talk to Fred using a radio. Business Requirements: 1. Dave needs the ability to put a line into select. 2. Dave receives a visual color and text indication that the line is selected (picked up). a. Default indication will be that the pad turns red and the text ‘Select’ appears as the 3rd line of text. 3. David hears audio from a selected line in his defined audio path. 4. Dave uses Push-To-Talk to talk to Fred. 5. Dave receives a visual color and text indication that the line has been de-selected (hung up). • The default inactive state is a white pad with no text on the 2nd line. 6. Multiple Freds can select the same radio. 8. If a radio is selected while another radio is already selected, then the first phone is automatically deselected.

0 Answers  


Write test case for a search engine?

12 Answers   Saba, Saba Software,


write a buisness scenerio on yahoo login page.

4 Answers   Hewitt,


How to write test case on paper and pen.

5 Answers   TenXLabs, Wipro,


What is business validation test case?

0 Answers  


Categories