Intermediate Testing & QA #regression #smoke-test #sanity-test #test-coverage

Regression & Smoke Test Communication

5 exercises — practise using the correct English terms for regression, smoke, and sanity tests, discussing test coverage, and communicating go/no-go decisions.

0 / 5 completed
Quick reference: Test type distinctions
  • Regression test — full re-run of existing tests after code changes; confirms no breakage
  • Smoke test — shallow, fast post-deploy check of critical paths; confirms build is testable
  • Sanity test — narrow re-test of a specific changed area; confirms the fix works
  • Blocking defect — prevents testing or release from proceeding
  • Go/No-Go — formal binary decision on release readiness with documented rationale
1 / 5

After a major sprint release, the QA team re-runs the entire existing test suite to confirm that previously working features have not been broken by the new changes. This is called: