Other name of black box technique
-
structural based
-
white box
-
grey box
-
specification based
D
Correct answer
Explanation
Black box testing focuses on inputs and outputs without knowledge of the internal code structure. It's also called 'specification-based' or 'behavioral' testing because tests are designed based on requirements and specifications rather than code implementation. White box is 'structural-based,' testing internal logic.