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 is called glass box testing, open box testing, and clear box testing because the tester can see inside the code. It is NOT called 'closed box testing' - that term would refer to black box testing where you cannot see the internal code structure. Option B is the correct answer.