Sobes.tech
Junior

What is retesting?

sobes.tech AI

Answer from AI

The process of re-running tests that identified defects after making changes to the code to fix them. The goal is to ensure that the defect is truly fixed and does not reproduce.

  • Performed after a bug is fixed by a developer.
  • Focuses on verifying a specific, previously identified defect.
  • Uses the same test scenarios or steps that led to the bug discovery.
  • Is part of the defect management lifecycle.