Bird
Raised Fist0

Why is smoke testing considered a subset of regression testing?

hard🧠 Conceptual Q10 of Q15
Testing Fundamentals - Testing Types and Levels
Why is smoke testing considered a subset of regression testing?
ABecause smoke testing is done after full regression testing
BBecause smoke testing tests performance under load
CBecause smoke testing checks only critical functionalities, not all features
DBecause smoke testing focuses on UI design only
Step-by-Step Solution
Solution:
  1. Step 1: Understand regression testing scope

    Regression testing verifies that recent changes did not break existing features.
  2. Step 2: Understand smoke testing scope

    Smoke testing quickly checks only critical functionalities to decide if build is stable.
  3. Step 3: Relation between smoke and regression

    Smoke testing is a small, initial subset of regression testing focusing on main features.
  4. Final Answer:

    Because smoke testing checks only critical functionalities, not all features -> Option C
  5. Quick Check:

    Smoke test = subset of regression for critical features [OK]
Quick Trick: Smoke test is quick check inside regression [OK]
Common Mistakes:
MISTAKES
  • Thinking smoke tests performance or UI only
  • Assuming smoke testing is after full regression
  • Confusing smoke testing with full regression

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes