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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

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

A parameter x passed as ____, serves as a definition and use of x.

A

Call-by-reference

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

The “c” in c-use stands for ____

A

Computational

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

The “p” in p-use stands for ____

A

Predicate

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

T/F Structural testing is (arguably) functional testing with the addition of code-based adequacy measurement

A

T

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

T/F Structural testing is supplementary to functional

testing

A

T

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

T/F Measuring code coverage enhances the test generated using functional testing

A

T

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