Equivalence Partition - Definition - Boundary value analysis

Q.  What is an Equivalence Partition?
- Published on 03 Aug 15

a. A set of test cases for testing classes of objects.
b. An input or output range of values such as have only one value in the range becomes a test case.
c. An input or output range of values such that each value in the range becomes a test case
d. An input or output range of values such that every tenth value in the range becomes a test case.

ANSWER: An input or output range of values such as have only one value in the range becomes a test case.
 

    Discussion

  • Prajakta Pandit   -Posted on 05 Nov 15

    - Equivalence partition is an input or output range of values such as have only one value in the range becomes a test case.

    - In this method, the input domain data is divided into different equivalence data classes.

    - It is used to reduce the total number of test cases to a finite set of testable test cases, still covering maximum requirements.

    - It is the process of taking all possible test cases and placing them into classes.

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)