White box testing design is characterized by its focus on the internal structure of the component or system. It involves testing based on knowledge of the code structure, architecture, and internal design. This approach contrasts with black box testing, which is based on functional specifications without any knowledge of the internal workings of the software.
[Reference: ISTQB CTFL Syllabus, version 4.0, defines white box testing as based on the analysis of the internal structure of the component or system., , ]
Submit