Reviews,static analysis and dynamic testing have the same objective
-
Identifying defects
-
Fixing defects
-
Both A & B
-
None of the above
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.