Multiple choice technology testing

Reviews,static analysis and dynamic testing have the same objective

  1. Identifying defects

  2. Fixing defects

  3. Both A & B

  4. None of the above

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

All three activities - reviews, static analysis, and dynamic testing - share the objective of identifying defects. Reviews find defects in documents, static analysis finds defects in code without executing it, and dynamic testing finds defects by executing the code. Option B is wrong because none of these directly fix defects - fixing is a development activity. Option C is incorrect because fixing isn't their objective.