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 |
Im a 2005 graduate i did testing course from a reputeted institute but was nt able to get a job as a fresher so i got an fack certificate in tat i included 2 prjs based on web site testin cud ne one tell me wat will be questions cud be fired for me as a 2yrs exp in manual testing .. ill be great full of all urs
what is the call-pair testing? there is any length for Test case?
What is remedy testing,expalim that and how can use that
Explain static and dynamic elementary process?
what are the test cases for one rupee coin box ( telephone Box)
What is meant by datadriven test?
Suppose an application is on desktop, when you tries to open an application with Internet Explorer which is not launching. How do you debug or possibilities to overcome above problem?
Difference between test Methodology and test strategy
tell me about detailed process of bug tracking in your company?questions was asked in interveiw?
Find statement coverage and branch coverage: 1) Read P Read Q if P+Q>100 then print "Plarge" endif 2. Disc=0 order_qty=0 Read order_qty if order_qty>=20 Disc=0.05 if order_qty>=100 then Disc=0.1 endif endif
What r the input documents to the design test cases?
what is the difference b/w test scenario and test case? pls explain with one example the preparation of both? thanks in advance ................