- (Exam Topic 8)
A number of options have been suggested for the level of independence to be employed for the testing on the next project, and are shown below.
Correct Answer:
B
- (Exam Topic 21)
Boundary value testing:
Correct Answer:
B
- (Exam Topic 21)
What can a risk-based approach to testing provide?
Correct Answer:
A
- (Exam Topic 21) 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 21)
Which of the following statements are true?
(i) Defects are likely to be found earlier in the development process by using reviews rather than static analysis.
(ii) Walkthroughs require code but static analysis does not require code.
(iii) Informal reviews can be performed on code and specifications.
(iv) Dynamic techniques are generally used before static techniques.
(v) Dynamic techniques can only be used after code is ready to be executed.
Correct Answer:
D
The other answers are incorrect because:
(ii) Walkthroughs do not require code and static analysis does require code.
(iv) Static techniques do not execute the code and therefore can be run before and after the code is ready for execution.