Multiple choice technology testing

Reviews, static analysis and dynamic testing have the same objective:

  1. Identifying defects.

  2. fixing defects

  3. Both 1 and 2

  4. None

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Reviews (static testing), static analysis (code analysis), and dynamic testing (running tests) all share the primary objective of identifying defects in software. None of these activities directly fix defects - fixing is a separate remediation activity after detection.