For locating errors which span modules it is more effective to do?
-
Reviews
-
Testing
-
Both
-
None of the above
B
Correct answer
Explanation
Testing is more effective than reviews for locating errors that span modules because reviews typically examine individual modules or components in isolation. Testing can actually execute the interactions between modules, making it better at discovering integration and interface problems that occur when different parts of the system work together.