Multiple choice technology testing

Which is Black-Box Testing method?

  1. Top Down

  2. Bottom UP

  3. Equivalence partitioning

  4. all the above

Reveal answer Fill a bubble to check yourself
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.