Q. What is the difference between Retesting and Regression Testing?

A
They are the same thing
B
Retesting verifies a bug fix, while Regression Testing checks for unexpected side effects in other areas
C
Retesting is automated, while Regression Testing is manual
D
Retesting is done by developers, while Regression Testing is done by testers
Solution:

Retesting is specific: you run a failed test case again to ensure a bug has been fixed. Regression Testing is broad: you test existing, previously working features to ensure the new changes haven’t broken anything.

Entri Contact Image

Get Expert Advice for Free: Register for Your Free Consultation Now!