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 |
1. What is the difference betwwen Test condition and Test Scenario 2. What is the differnce between Test Conditon and Test Scenario
1 Answers Ness Technologies, Saitech Data Systems,
What do u do if the bug that u found is not accepted by the developer and hez saying its not reproducable.Note:The developer is in the onsite location
WHAT IS TESTLOG?
Hi frnds,im roopesh. i got job in an MNC company on FAQ experience(2.6yrs)..though i know the subject,but i dont know the real time process in a company. so pls can any one tell me vat is the work that i get first & what should i do ? in starting day ven i enter into company vat is environment there ? so pls frnds send the answer soon & give me support plzz..thanking u all.....
What is V and V model
What is Configuration management? Tools used?
What are the different types of doccuments we can use in mannual testing?
What is the difference bitween cookies and sessions/
What is checkpoint? How can you handle the checkpoints?
What r test closure documents?
What is the difference between load testing and volume testing?
If I am testing Login Window,there are 2 buttons i.e Ok & Cancel.I will go for checking functionality of Cancel button. I want to know that Would it be one of test case?.I have to write it in test case document or not?