Hi,

I was asked following question during a interview. Please
answer it:

Password field is there,we can accepts every character
except underscore and semicolon. It can accept min 6
characters and maximum 12 characters.
Prepare boundary value and equivalence class test cases.

Answers were Sorted based on User's Feedback



Hi, I was asked following question during a interview. Please answer it: Password field is t..

Answer / madhu

test data for this password will be as fallows:

ECP:

positive test data:
a-z
A-Z
0-9
Special characters other than _and ;

Negative test data uder ECP:

_ and ;
Blank


BVA Conditions:


Positive test data under BVA:
6,7,11,12 characters

Negative test data under BVA:
5,13 characters.

Is This Answer Correct ?    24 Yes 1 No

Hi, I was asked following question during a interview. Please answer it: Password field is t..

Answer / castor_troy

For BVA :
test data : 5,6,12,13 characters(min-1, min, max, max+1).
Nothing more to be tested.

For ECP :
valid partitions : a-z,A-Z,0-9,space,special characters
excluding underscore and semi colon.
Invalid partition : underscore and semicolon.

Is This Answer Correct ?    0 Yes 0 No

Hi, I was asked following question during a interview. Please answer it: Password field is t..

Answer / jyothiish.s r

A) Equivalence partitioning

1. Less than 6 characters

2. Check with min 6 characters and max 12 characters

3. Greater than 12 characters

B) Boundary value analysis

1. Lower boundary with +- 6 characters

2. On the boundary with min 6 and max 12

3.Upper boundary +- 12

NB: Test data will be alphanumeric values except " _ and ; "

Is This Answer Correct ?    5 Yes 6 No

Post New Answer

More Manual Testing Interview Questions

How will you maintain your team to get proper Qty (I am lead for testing team)?

2 Answers  


what is a functionality

8 Answers  


Can any one explain me what is Integration Testing with Stub and Drivers.Explain with Example.who will do Integration Testing?

7 Answers  


What does entry and exit criteria mean in a project?

0 Answers  


hi plz send me top 30 FAQ's & answers on MANUAL TESTING.... regards Sonia

3 Answers  






What is the difference between Sanity and Smoke Testing? With Example.

7 Answers  


is it necessary to write test cases in "tabular" form or will it be fine if written "point wise".

2 Answers   Zycus Infotech,


can automation testing replace manual testing?it it so,how?

4 Answers  


What is non-compliance testing?

1 Answers  


entry criteria and exit criteria for unit testing, integration testing, system testing and uat

1 Answers  


diffrence between banking domain and medical domain

2 Answers   FlashTECH,


Testing Tools Online Training

0 Answers  


Categories