Bird
0
0

During integration testing, a tester finds that two modules work fine separately but fail when combined. What is the best next step?

hard📝 Application Q9 of 15
Testing Fundamentals - Why Software Testing Matters
During integration testing, a tester finds that two modules work fine separately but fail when combined. What is the best next step?
AIgnore the problem and test other modules
BRewrite both modules completely
CReport the issue and isolate the integration problem
DSkip integration testing and move to system testing
Step-by-Step Solution
Solution:
  1. Step 1: Understand integration testing purpose

    It checks how modules work together, so issues here must be addressed.
  2. Step 2: Choose appropriate action

    Reporting and isolating the problem helps developers fix integration issues effectively.
  3. Final Answer:

    Report the issue and isolate the integration problem -> Option C
  4. Quick Check:

    Integration issues require reporting and isolation [OK]
Quick Trick: Integration issues need clear reporting and isolation [OK]
Common Mistakes:
  • Ignoring integration failures
  • Skipping integration testing
  • Unnecessary rewriting of modules

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes