Answer Posted / narender kaushal
Equivalence class partitioning
Equivalence partitioning is a method for deriving test
cases. In this method, classes of input conditions called
equivalence classes are identified such that each member of
the class causes the same kind of processing and output to
occur. If the system were to handle one case in the class
erroneously, it would handle all cases erroneously.
Equivalence partitioning drastically cuts down the number
of test cases required to test a system reasonably. It is
an attempt to get a good 'hit rate', to find the most
errors with the smallest number of test cases.
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
What does entry and exit criteria mean in a project?
what is test scenario and test condition?
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
What are the bugs we cannot find in black box?
6 what do you like least about testing?
Can u give me explanation about section 508 testcase and Testcase for this section. It need a details checklist for the same Manimozhi
why testcases are written and what is the importance?
Write the function test case to add a customer to database.
What is smoke test? Do you use any automation tool for smoke testing?
can anybody send the project you have tested with the clear descriptions,and recent bugs u found in that
Anybody having documents and URLs about BFSI domain...Please share..it is really urgent
How is ‘build’ different from ‘release’?
What is data matrix? What is the use of it?
What are some best practices that you should follow when writing test cases?
If asked to create a Configuration Design Pattern, where would you start?