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 Conventional & Unconventional testing?

1 Answers  


Hi, this is sekhar yadav, when the testing starts...

9 Answers   Bally Technologies,


Explain Boundary value analysis, Equivalence partitoning and Error guessing?

1 Answers   IBM,


What is the difference between stlc and sdlc?

1 Answers  


Being an Manual tester, what will be the role or activity in test plan ?

1 Answers  


How to test Reports manually?

2 Answers  


Whenever developer will recieved the defect from the tester,then he will go thru the defect whether it is acceptable or not?for that he will execute that application again,while executing if he did not found any such type of defect(what we are rise the defect above),then he will send that defect to the corresponding tester with status of 'reject',as a tester what we can do?(here writing the reproduce steps and attached screen shots has been done by tester while sending the defect to the developer, no need to send reproduced steps and screen shots again)

6 Answers   CTS, IBM,


In the place of button developer use image, during the tab movements image(button) is not highlighted is it bug or not?

6 Answers  


Can anybody find the bugs in this "allinterview.com" site???

9 Answers  


what is the main difference between Compatibility testing and system testing

2 Answers   PlanetSoft,


Tell me agile process in your company

1 Answers   Cap Gemini,


HOW CAN U DO DATA BASE TESTING ? COULD U PLZ EXPLAIN WITH SOME EXAMPLES?

5 Answers   IBM,


Categories