ISQI Certified Tester Foundation Level — Question 38
What is the value of static code analysis?
Answer options
- A. Detection of failures not easily found by other types of testing
- B. Early defect detection
- C. Detection of suspicious operations caused by deviations from regulations
- D. Detect deviations in standards by executing the source code
Correct answer: B
Explanation
The correct answer, B, highlights that static code analysis allows for early detection of defects before the code is executed. Options A, C, and D, while they describe other aspects or benefits of static analysis, do not specifically emphasize the early detection aspect which is crucial in improving software quality.