Math, asked by Deepakpanwar8222, 1 year ago

the difference between retesting and regression testing is

Answers

Answered by Anonymous
4
Hey mate!!!

➡️Regression testing is to ensure that changes have not affected unchanged part. Retesting is done to make sure that the tests cases which failed in last execution are passed after the defects are fixed. Regression testing is not carried out for specific defect fixes.
Answered by Anonymous
1

The difference between retesting and regression testing is as follows:

  • The fundamental distinction is that regression testing is intended to find flaws you didn't expect to find, whereas retesting is intended to find bugs you did expect to find.
  • Because regression test cases accumulate as the software updates or grow, they are frequently automated. It only involves testing a general area of the software.
  • Retesting is the process of correcting specific flaws that have already been discovered.

Similar questions