Which of the following is a white box testing design characteristic?
Which of the following is a white box testing design characteristic?
White box testing involves analyzing the internal structures and workings of a component or system. The tests are based on an understanding of the code and architecture, which allows for thorough examination of the program's logic and paths. This is distinctly different from testing based only on specifications or documentation, which characterizes black box testing. Therefore, the correct characteristic of white box testing is that it is based on an analysis of the structure of the component or system.
White box testing is a testing approach that involves analyzing the internal structure, design, and implementation details of the component or system being tested.
C is correct
C. To be based on an analysis of the structure of the component or system