White box testing is not called as______
-
Glass box testing
-
Closed box testing
-
Open box testing
-
Clear box testing
B
Correct answer
Explanation
White box testing requires knowledge of internal code structure. Glass box, open box, and clear box all refer to seeing inside the code. 'Closed box' refers to black box testing where internal implementation is hidden.