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
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 |
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 |
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 |
How should validation activities be handled?
what are things you want to check in web based testing?
write test cases for scenario of 'remember me' check box for log in screen.
Can you explain calibration?
Why do you go for White box testing, when Black box testing is available?
can u give me the Test case step template and write one test case step (ex)please
6. what is the purpose of using automation tool qtp? and why we are using framework.
Factors effecting Testing of Web Applications?
What is Test Strategy in test plan, Please explain in detail ?
How do we decide that testcases covers all the requirements?
What is Localization and Internationalization Testing
How to test check boxes