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 releases will happen in your company?

2 Answers   NIIT,


How do we do "cookie Testing" in web based testing. what we check in that testing,anybody can explain in detail. Thanks in advance.

2 Answers   IBS,


HI frnds, can any one tel me..when a tester can starts test case writing? reply sooooon plss..

5 Answers   Polaris,


How would you do Security Testing for web application?

1 Answers   Trident,


What are the main key components in client and server applications?

0 Answers  






Exact difference between Verification and Validation?

7 Answers   Wipro,


tell me about low severity & low priority bug?

3 Answers  


How smoke testing is done with example??

7 Answers   Virtusa,


What is V-model and explain differences between V-model and other SDLC models like waterfall, spiral etc

1 Answers  


What is a top-down and bottom-up approach in testing?

0 Answers  


in gmail.com when you enter username & password and try to copy and paste the password on notepad.will it copy and paste? what type of testing this is known as?

4 Answers  


Hi Frnds, this is Aman.. can anybody tell me plz what kind of QA Interview questions are asked by IDS Infotech Ltd., Chandigarh? I have lil bit experience only in Manual Testing.. Plz answer my question as soon as possible.. Thnx in advance..

0 Answers  


Categories