Boundary value analysis belongs to which testing method?
-
Black Box Testing
-
White Box Testing
-
Both A & B
-
None of the above
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.