What is the number of nested levels for the code fragment?
Number of correct answers: 1
Answer : C
Which additional set of test cases is needed to achieve both 100% statement coverage and 100% decision coverage?
Number of correct answers: 1
Answer : C
How many test cases would be needed to achieve 100% statement coverage?
Number of correct answers: 1
Answer : A
If we say that a set of tests has achieved 100% structural decision coverage on a particular module in a program, what does that mean?
Number of correct answers: 1
Answer : B
The comment frequency of the code fragment is 13%. To which ISO 9126 quality attribute does a good level of comment frequency especially contribute?
Number of correct answers: 1
Answer : A
The application of multiple condition testing is also being considered.
Which specification-based technique is largely based on the principle of multiple condition testing?
Number of correct answers: 1
Answer : C
Definition-use pairs are identified during which of the following static analysis activities?
Number of correct answers: 1
Answer : B