4.3.3 The Value of White-box Testing Flashcards

(6 cards)

1
Q

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 s… is “ “, “o…“, or “ “.

A

software implementation
testing
defect detection
software specification
vague
outdated
incomplete

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A corresponding weakness is that if the software doesn’t implement one or more requirements, w… may not detect the resulting d…

A

white-box testing
defects of omission.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

White-box test techniques can be used in s… (during d… ).

A

static testing
dry runs of code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

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…

A

ready for execution,
pseudo code
high-level
top-down logic
control flow graph.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Performing only black-box testing doesn’t provide a measure of a…

A

actual code coverage.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

White-box coverage measures provide an objective mea… and the necessary information to allow add… to be generated to increase t… , subsequently increase c…

A

measurement of coverage
additional tests
this coverage
confidence in the code.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly