IEVref:192-09-14ID:
Language:enStatus: Standard
Term: white-box testing
Synonym1: glass-box testing
Synonym2: clear-box testing
Synonym3:
Symbol:
Definition: testing in which test cases are chosen using knowledge of the internal structure of the item under test

Note 1 to entry: White-box testing aims to achieve a defined level of coverage of the internal structure of the item under test and to correct any faults that are revealed. The technique is normally applied to software but the same approach can be used for hardware.

Note 2 to entry: Software coverage may be measured at various levels, e.g., by the proportion of statements, branches, or paths through the code that have been executed.

Note 3 to entry: White-box testing is usually employed at lower levels of software testing such as for unit or integration test.


Publication date:2015-02
Source
Replaces:
Internal notes:
CO remarks:
TC/SC remarks:
VT remarks:
Domain1:
Domain2:
Domain3:
Domain4:
Domain5: