ISQI Certified Tester Foundation Level — Question 19
Which of the following BEST defines static techniques?
Answer options
- A. Executing the software work product
- B. Manually examining the code or project documentation
- C. Automated analysis of the code or project documentation
- D. Manual examination and automated analysis of code or project documentation
Correct answer: B
Explanation
The correct answer is B because static techniques involve manually reviewing the code or documentation without executing the software. Options A and C refer to dynamic techniques and automated processes, respectively, while D combines both methods, which is not purely static.