- (Exam Topic 13)
How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment?
Assume that the two conditions are independent of each other : -if (Condition 1)then statement 1else statement 2if (Condition 2)then statement 3
Correct Answer:
A
- (Exam Topic 13)
Which statement is most true?
Correct Answer:
A
This is a restatement of the testing principle ‘Testing is context dependent’
- (Exam Topic 13)
A bug or defect is:
Correct Answer:
C
- (Exam Topic 10)
The development manager is managing the review of the responses received from bidders, and has asked the in-house test manager to provide a review checklist for the test management aspects of the responses. Which of the following checkpoints would be appropriate? 2 credits
Correct Answer:
D
- (Exam Topic 13)
Which list of levels of tester independence is in the correct order, starting with the most independent first?
Correct Answer:
C
This option has someone nearer to the written code in each statement. All other options are not in this order.