Multiple choice technology testing

Typical defects that are easier to find in reviews than in dynamic testing are:

  1. deviations from standards,

  2. requirement defects,

  3. design defects,

  4. insufficient maintainability and incorrect interface specifications.

  5. All of the above.

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

Static code reviews excel at finding non-runtime defects such as coding standard deviations, ambiguous requirements, flawed architecture/designs, poor maintainability, and interface mismatches before dynamic execution starts.