ISTQB Certified Tester Foundation Level (CTFL 2018) — Question 26

Which defect below is MOST likely to be found by a review during static testing?

Answer options

Correct answer: A

Explanation

Incorrect interface specifications can be detected during static testing because this type of testing involves reviewing documents and code without executing the program. In contrast, old versions of software, performance bottlenecks, and broken links typically require dynamic testing or execution of the software to identify issues.