Multiple choice technology testing

Other name of black box technique

  1. structural based

  2. white box

  3. grey box

  4. specification based

Reveal answer Fill a bubble to check yourself
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.