English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

4 answers

retesting means retest all the test cases
regression testing means test only those functionalities which could have been affected by bug fixes

2007-03-07 22:22:36 · answer #1 · answered by Anonymous · 0 0

Retesting and Regression testing are well known terms in software testing domain. In the software development life cycle, the software undergoes changes after detection of bugs.

During this process, when one tests a module and finds a bug and before submitting it to the development team, carries out the same testing again, this process is called retesting.

On the other hand, when we get a "repaired" module(i.e. after the identified bugs are removed by the developer), then execution of all earlier tests is called as Regression Testing. WinRunner is a very popular playback tool used for regression testing across software industry.

2007-03-08 01:13:56 · answer #2 · answered by dipakchvn 1 · 0 0

Retesting:Retest the Case after Fixing of Bug.
Regression:Fixing of Bug Doesn't introduce new Bug or no bad impact on the Previous Functionality.

2016-11-29 21:40:23 · answer #3 · answered by Roohi 2 · 0 0

Regression test is where testing is done for a s/w where it has been return from developing after a correction / addition / deletion.

Retest is where testing is done to ensure the quality of previous test.

2007-03-07 22:18:01 · answer #4 · answered by tdrajagopal 6 · 0 1

fedest.com, questions and answers