Equivalence partitioning is a __________ method that divides the input domain…
2013
Equivalence partitioning is a __________ method that divides the input domain of a program into classes of data from which test cases can be derived.
- A.
White-box testing
- B.
Black-box testing
- C.
Orthogonal array testing
- D.
Stress testing
Attempted by 128 students.
Show answer & explanation
Correct answer: B
Equivalence partitioning is a black-box testing technique that divides the input domain into classes of data. It focuses on external behavior and inputs without examining internal code structure, allowing testers to derive representative test cases from each partition.
A video solution is available for this question — log in and enroll to watch it.