Multiple choice technology testing

Boundary value analysis belongs to which testing method?

  1. Black Box testing

  2. white box testing

  3. glass box testing

  4. none of the above

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

Boundary value analysis is a Black Box testing technique that tests at the boundaries of input domains (e.g., min, min+1, max-1, max) without knowledge of internal code structure.