Multiple choice technology testing

The Test data is divided into valid and invalid classes. Then those two classes are tested. This is

  1. Boundary Value Analysis

  2. Error Guessing

  3. Equivalence Partitioning

  4. Both B and C

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Equivalence partitioning reduces test cases by grouping input data into classes that should be processed similarly. The technique divides test data into valid and invalid equivalence classes, then tests representative values from each class rather than every possible input, making testing more efficient while maintaining coverage.