Test Adequacy Using Data Flow Flashcards
1
Q
T/F Test adequacy criteria based on the flow of data are useful in improving tests that are adequate with respect to control-flow based criteria
A
T
2
Q
A parameter x passed as ____ to a function, is considered as a use of, or a reference to, x.
A
Call-by-value
3
Q
A parameter x passed as ____, serves as a definition and use of x.
A
Call-by-reference
4
Q
The “c” in c-use stands for ____
A
Computational
5
Q
The “p” in p-use stands for ____
A
Predicate
6
Q
T/F Structural testing is (arguably) functional testing with the addition of code-based adequacy measurement
A
T
7
Q
T/F Structural testing is supplementary to functional
testing
A
T
8
Q
T/F Measuring code coverage enhances the test generated using functional testing
A
T