A black-box testing method that divides the input domain of a program into…
2025
A black-box testing method that divides the input domain of a program into classes of data from which test cases can be derived is known as
- A.
Class Partitioning
- B.
Equivalence Partitioning
- C.
Data Partitioning
- D.
Text Partitioning
Attempted by 50 students.
Show answer & explanation
Correct answer: B
Option 1 is correct because Equivalence Partitioning divides input domains into classes of data. Test cases are derived from these representative equivalence classes to cover the domain efficiently.