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 testing (reviews) is highly effective for identifying defects that do not require code execution, such as standards deviations, requirements errors, design flaws, poor maintainability, and interface specification issues. All these defects are typically easier to find in reviews than in dynamic testing.