Multiple choice technology testing

Static testing finds:

  1. Defects

  2. Cause of failures

  3. Failures

  4. Bug

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

Static testing finds defects in documentation or code without executing the software. These defects, if left in the software, would eventually cause failures when the code runs. Option B correctly identifies that static testing finds the causes of potential failures.