Which is Black-Box Testing method?
-
Top Down
-
Bottom UP
-
Equivalence partitioning
-
all the above
C
Correct answer
Explanation
Equivalence partitioning is a black-box testing technique that divides input data into valid and invalid equivalence classes. Top Down and Bottom Up are white-box integration testing approaches, not black-box methods.