00:00

QUESTION 61

- (Exam Topic 21)
One Key reason why developers have difficulty testing their own work is:

Correct Answer: C

QUESTION 62

- (Exam Topic 21)
Important consequences of the impossibility of complete testing are ..?

Correct Answer: D

QUESTION 63

- (Exam Topic 21)
Which of the following defects is most likely to be found by a test harness?

Correct Answer: B
Variance from programming standards defects (option (A)) are found during the review or static testing process. Therefore a test harness is unlikely to find a defect in programming standards.
Memory leak defects (option (C)) could potentially be found by a test harness designed to run many test cases. Regression defects (option (D)) could be found using many types of test tool.
Defects in middleware (option (B)) are generally more likely to be found by a test harness or a dynamic analysis tool than by any other type of tool.

QUESTION 64

- (Exam Topic 21)
A top-down development strategy affects which level of testing most?

Correct Answer: B
The development strategy will affect the component testing (option (A)), in so far as it cannot be tested unless it has been built. Options (C) and (D) require the system to have been delivered; at these points the development strategy followed is not important to the tester. Option (B) needs knowledge of the development strategy in order to determine the order in which components will be integrated and tested.

QUESTION 65

- (Exam Topic 22)
What is a test condition?

Correct Answer: B