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
T
A parameter x passed as ____ to a function, is considered as a use of, or a reference to, x.
Call-by-value
A parameter x passed as ____, serves as a definition and use of x.
Call-by-reference
The “c” in c-use stands for ____
Computational
The “p” in p-use stands for ____
Predicate
T/F Structural testing is (arguably) functional testing with the addition of code-based adequacy measurement
T
T/F Structural testing is supplementary to functional
testing
T
T/F Measuring code coverage enhances the test generated using functional testing
T