- (Topic 2)
Identify the THREE types of formal peer reviews that can be recognized. 1 credit
Correct Answer:
ACE
- (Topic 9)
Within the projects, a master test plan and phase test plan will be used. Following is a list of characteristics applicable for test plans:
Correct Answer:
ABD
- (Topic 12)
Which pair of definitions is correct?
Correct Answer:
D
Regression testing is testing that nothing has regressed. Retesting (or confirmation testing) confirms the fix is correct by running the same test after the fix has been made. No other option has both of these as true.
- (Topic 12)
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.
- (Topic 12)
Which of the following is a benefit of test independence?
Correct Answer:
C