Bird
0
0

Which of the following best describes when regression testing should be performed?

easy📝 Conceptual Q2 of 15
Testing Fundamentals - Testing Types and Levels

Which of the following best describes when regression testing should be performed?

AOnly when a bug is found
BOnly before the first release of a project
CAfter every change or update to the codebase
DOnly after major version releases
Step-by-Step Solution
Solution:
  1. Step 1: Identify timing for regression testing

    Regression testing is done after any code change to catch new bugs early.
  2. Step 2: Compare options

    It is not limited to first release, bug discovery, or major releases only.
  3. Final Answer:

    After every change or update to the codebase -> Option C
  4. Quick Check:

    Regression testing timing = After changes [OK]
Quick Trick: Run regression tests after every code update [OK]
Common Mistakes:
  • Thinking it runs only once
  • Running tests only on bugs
  • Skipping minor updates

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes