Equivalence partitioning is a ______ testing method that divides the input…
2013
Equivalence partitioning is a ______ testing method that divides the input domain of a program into classes of data from which test cases can be derived.
- A.
White box
- B.
Black box
- C.
Regression
- D.
Smoke
Attempted by 133 students.
Show answer & explanation
Correct answer: B
Equivalence partitioning is a black-box testing technique. It divides the input domain into classes of data from which test cases can be derived, focusing on valid and invalid partitions.
A video solution is available for this question — log in and enroll to watch it.