- (Exam Topic 13)
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.
- (Exam Topic 2)
IEEE 1028 also defines “management review” as a type of review. What is the main purpose of a management review? 1 credit
Correct Answer:D
- (Exam Topic 13) Which of the following is correct? Debugging is:
Correct Answer:C
* A. Is a brief definition of testing.
* B. Is retesting.
* D. Is regression testing.
- (Exam Topic 13)
Which of the following characteristics of good testing apply to any software development life cycle model?
Correct Answer:D
- (Exam Topic 13)
An input field takes the year of birth between 1900 and 2004. The boundary values for testing this field are:
Correct Answer:C
- (Exam Topic 13)
What do you mean by “Having to say NO”..?
Correct Answer:B