Bird
0
0

Consider this scenario: A bug appears only when two modules interact but not in individual modules. Which testing level is most likely to catch this bug?

medium📝 Predict Output Q13 of 15
Testing Fundamentals - Testing Types and Levels
Consider this scenario: A bug appears only when two modules interact but not in individual modules. Which testing level is most likely to catch this bug?
AIntegration Testing
BUnit Testing
CSystem Testing
DAcceptance Testing
Step-by-Step Solution
Solution:
  1. Step 1: Analyze bug context

    The bug appears only when two modules interact, so it is related to combined parts.
  2. Step 2: Match testing level to bug type

    Integration testing focuses on testing combined modules and their interactions.
  3. Final Answer:

    Integration Testing -> Option A
  4. Quick Check:

    Bug in combined modules = Integration Testing [OK]
Quick Trick: Bugs in combined parts? Think Integration Testing [OK]
Common Mistakes:
  • Choosing unit testing for interaction bugs
  • Confusing system testing with integration testing
  • Assuming acceptance testing finds module interaction bugs

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes