Equivalence class partitioning approach is used to divide the input domain…

2013

Equivalence class partitioning approach is used to divide the input domain into a set of equivalence classes, so that if a program works correctly for a value, then it will work correctly for all the other values in that class. This is used ______.

  1. A.

    to partition the program in the form of classes.

  2. B.

    to reduce the number of test cases required.

  3. C.

    for designing test cases in white box testing.

  4. D.

    all of the above.

Attempted by 72 students.

Show answer & explanation

Correct answer: B

Equivalence class partitioning is a black-box testing technique that divides the input domain into distinct classes. It allows testers to select representative values from each class, significantly reducing the total number of test cases required. This approach ensures efficient testing coverage without needing to validate every possible input value individually.

A video solution is available for this question — log in and enroll to watch it.

Explore the full course: Mppsc Assistant Professor