can any one explain with example the diff between boundary
value analysis testcasees and equivalence class testcases
pls urgent
Answer Posted / kishore
Keep it simple
BVA: test cases on boundaries.
how? min--max is the range
min,min+1,min-1 and max,max+1,max-1
apply above rule for the min max boundary
Now ECP: divide the input range in the class
one valid and two invalid (for any type of range)
true and false ( for boolean)
so, when u divide ur input into valid and invalid class
there also falls boundaries. Now, apply ur BVA techniques to
minimise the test cases.
suppose input domain is 1-20
valid class=1-20
invalid class less than 1
invalid class more than 20
Hope the answer is clear to you
byeeeeeee
kishore
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How could you present test strategy for the product testing?
what is the difference between Test-bed and test topology?
Can anybody write the test cases for the following scenario. I want to create District. for that, District Code field, District Name field, Reset button, Submit button, Back button are there in the screen. whenever we enter District Code & District Name in the related fields, by clicking on Submit button, District should be created. By clicking on Reset button, all fieds should be cleared. By clicking on Back button, user should navigate to home page. Can you write the test cases for the scenario. I want to know the test case format for the scenario. what procedure is the best. tahnks in advance...
How soon the bug should get fixed?
Plz give me manual testing real test case ?
What is bug priority?
What is bottom-up approach?
1.Tell me negative test cases for notepad 2.Tell me the factors for for writing severity based test cases
What is a failure?
What is the difference between three tier and two tier application?
i have source and target having same data structure 500 fields and one lacks records. how to validate data. write 5 scenarios.
hi every one can you send me ISTQB Course material on my Email id deeptimundra997@gmail.com
What is your Approach when you find 10 Sev-1 bugs in 50 test cases?
HI, I WANT TO DO A ISTQB FOUNDATION CERTIFICATION FROM HYDERABAD WHICH INSTITUTE WOULD BE GOOD FOR ME,WHERE I CAN TAKE SOME TRAINING SESSIONS FOR CLEARING THIS EXAMINATION.
What types of testing is specifically important for web testing?