
- Forum
- Testing
- Software Testing
- Difference between regression testing and retesting
Difference between regression testing and retesting
This is a discussion on Difference between regression testing and retesting within the Software Testing forums, part of the Testing category; Regression testing is the process of testing changes to computer programs to make sure that the older programming still works ...
-
Difference between regression testing and retesting
Regression testing is the process of testing changes to computer programs to make sure that the older programming still works with the new changes.
Retesting - Re-execution of the test cases on the same build with
multiple test data to validate the functionality.
-
thank you very much,guy
-
03-22-2011, 02:38 AM #3
- Join Date
- Mar 2011
- Answers
- 3
Regression Testing :Test the entire application to ensure that the fixing of bug will be affecting anywhere else in the application.
Retesting: Executing the same test case after fixing bug to ensure the bug fixing.
Best Regards,
Mobile app Testing|Cloud Testing
-
04-06-2011, 05:55 AM #4
ooops, simple as it said but don't know what exactly mean. Thanks!!
-
04-06-2011, 06:01 AM #5
Thankssss man.. nice explanation
-
Retesting means testing the functionality of the module again and again.Regression testing means testing the module to check whether the changes made have introduced any errors to the further code.It is to check whether the previously working code are working properly.
-
09-27-2011, 05:12 AM #7
- Join Date
- Aug 2011
- Answers
- 7
Regression testing: Regression testing is the process of testing changes to software to make sure that the previous programming still works with the new changes. Regression testing is a normal part of the software development process is done by programmer.
Retesting: Executing the same test cases on the same build but with different inputs..
-
10-14-2011, 02:57 AM #8
- Join Date
- Oct 2011
- Answers
- 30
Regression Testing vs Retesting
Regression Testing:
Regression testing is one type of testing done by the programmer to make sure that after any modification of the program still the older version of program os running correctly as it was before.
Retesting:
Retesting is done in order to sure that the test case which was failed in the previous execution is executing properly or not.
eg.suppose at the time of execution testers found an error and send it to the programmers,then the programmers correct the error and send it to the testers.after that the the tester recheck that s/w whether the previous one is executing properly or not.That is why it is otherwise known as confirmation testing.
-
10-21-2011, 04:06 AM #9
- Join Date
- Oct 2011
- Answers
- 32
Re-Testing: Is done Once the bug get fixed again come back for confirming whether it is working fine or not means surely is issue been resolved or not with the same set of inputs for that is failed earlier.
Regression Testing: Due to fixation of that bug any others relative modules been affected or not means any adverse effect should not generate.All of the test cases in a regression test suite would be executed every time a new version of software is produced and this makes them ideal candidates for automation.
-
10-25-2011, 07:50 AM #10
- Join Date
- Oct 2011
- Answers
- 24
Re-Testing: Suppose a tester finds a bug and asks the developer to fix it. Then the developer fixes it. After the bug is fixed, it is again tested whether the bug is actually fixed or not. This testing to make sure the bug is fixed is Re-Testing.
Regression Testing: After fixing a bug in one module or after a modification in the software or environment, the tester should check whether other modules are working fine or not. Whether defects have been introduced or uncovered in unchanged areas of the software, as a
result of the changes made or not. This is called Regression-Testing.
-
Sponsored Ads

Reply With Quote





