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
Should testing be done only after the build and execution phases are complete?
Can you explain equivalence partitioning?
few automation basic questions One question to write a scriot in any language you know.
If project wants to release in 3months what type of risk analysis you do in test plan?
How could we start writing testcases without having the FRS,BRS Docs? My Project has some docs that are related to explain the operations which will be done in the application. It is deployed in UAT server and is a maintainance project. Tell me some technipues or best way to provide the quality to application?
what is difference between win 98 and win 2000 poertating system?which is better one?
What type of metrics would you use?
What are the benefits of creating multiple actions within any virtual user script?
What is mean by multi-threading testing?
What is Snapshot Testing? When we need to do and who will involve in this process and also what is the output document of this testing
14.What is function point breakdown?
Can anybody give whole test cases for banking module.it should include from start to end .that will help me more.to do study.it should contain account,deposite,withdraw,fd,atm modules.?please try to give me??
Do you know anything about Set Top Boxes?
What are the Major Functionality for a ATM machine ??
can you show me the test cases on registration form