Bird
Raised Fist0

After fixing a minor bug in the search feature, sanity testing shows the search works but the filter option is broken. What should the tester do next?

hard🧠 Conceptual Q9 of Q15
Testing Fundamentals - Testing Types and Levels
After fixing a minor bug in the search feature, sanity testing shows the search works but the filter option is broken. What should the tester do next?
AIgnore the filter issue and proceed with full regression testing
BReport the filter issue and request a fix before further testing
CAssume the filter issue is unrelated and continue testing search only
DPerform smoke testing again on the entire application
Step-by-Step Solution
Solution:
  1. Step 1: Understand sanity testing scope

    Sanity testing checks related functionalities after a fix.
  2. Step 2: Analyze test results

    Search works but filter is broken, indicating a regression.
  3. Step 3: Decide next step

    Report the filter issue to fix before proceeding.
  4. Final Answer:

    Report the filter issue and request a fix before further testing -> Option B
  5. Quick Check:

    Fix related issues before continuing [OK]
Quick Trick: Fix related failures before further testing [OK]
Common Mistakes:
MISTAKES
  • Ignoring new issues found during sanity testing
  • Skipping bug reporting for related feature failures

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes