Multiple choice technology testing

Boundary value analysis belongs to which testing method?

  1. Black Box Testing

  2. White Box Testing

  3. Both A & B

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Boundary value analysis tests at the edges of input ranges (minimum, maximum, just inside/outside boundaries). This technique focuses on inputs and outputs without examining internal code, making it a black box testing method.