Multiple choice technology testing Boundary value analysis belongs to which testing method? Black Box testing white box testing glass box testing 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.