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.
Which of the following is a Black Box test design technique?
Correct Answer:
D
You have been asked to improve the way test automation tools are being used in your company. Which one of the following is the BEST approach?
Correct Answer:
A
When an organization considers the use of testing tools, they should:
Correct Answer:
C
Which of the following is NOT a typical key challenge for testing in a RAD based development approach? 1 credit
Correct Answer:
B