ISQI Certified Tester Foundation Level — Question 87

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.

Answer options

Correct answer: D

Explanation

The correct answer is D because statements (i) and (iii) are true; reviews help find defects early, and informal reviews can be applied to both code and specifications. Statement (v) is also accurate, as dynamic techniques are typically utilized after the code is executable. The other options contain false or unsupported statements.