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

What is d diff. between d window based application and web based application testing?

2 Answers   Quest,


What is the big deal about ‘requirements’?

0 Answers  


What r the domain for pharma, interview if they ask about phrma application, what need to tell, is there anybody have screens or any information please tell me and if have URL let me know please.

0 Answers  


How many testcases have you written till, now as an average per project?

1 Answers   AppLabs,


Explain Boundary value analysis?

1 Answers   Crea,






Is it possible to have a defect with high severity and low priority and vice-versa i.e high priority and low severity? Justify,if possible? give a example?

5 Answers  


how to creat 2 test plan in 2 different environment exp:tour and travel

0 Answers   TCS,


One scenario: yahoo inbox doesnt show emails but instead of all inbox emails are shown in draft folder. How do u wrte the defect repert for this scenario.

0 Answers   STG,


Tell exact difference b/w Smoke and Sanity testing with example?

13 Answers   TCS,


why is smoke testing done for a software?

11 Answers  


what is mean by configuration managaement.. explain with example ?

4 Answers   CSS,


what is the difference between test scenario n testcase.do we have separate template fr test scenario.what is the use of scenarios.pls explain with example.

4 Answers  


Categories