4.3.3 The Value of White-box Testing Flashcards
A fundamental strength that all white-box test techniques share is that the entire s… is taken into account during “ “ which facilitates d… even when the … is “ “, “ “, or “ “.
software implementation
testing
defect detection
software specification
vague
outdated
incomplete
A corresponding weakness is that if the software doesn’t implement one or more requirements w… may not detect the resulting d…
white-box testing
defects of omission.
White-box test techniques can be used in s… (during d…
static testing
dry runs of code).
White-box test techniques are well suited to review code not yet r… p… and other h… or t… which can be modeled with a c…
ready for execution,
pseudo code
high-level
top-down logic
control flow graph.
Performing only black-box testing doesn’t provide a measure of a…
actual code coverage.
White-box coverage measures provide an objective mea… the necessary information to allow add… to be generated to increase t… subsequently increase c…
measurement of coverage
additional tests
this coverage
confidence in the code.