Regression testing means “repeating a test already run successfully, and comparing the new results with the earlier valid results”.
2007-02-21 22:52:10
·
answer #1
·
answered by abd 5
·
0⤊
0⤋
Regression Testing: Bugs Fixes Doesn't Introduce New Bug.
Retesting: Retest after Fixing of Bug.
2016-11-29 21:37:33
·
answer #2
·
answered by Roohi 2
·
0⤊
0⤋
Regression Testing is usually accepted as a suite of tests which are applied near the end of the testing cycle to insure that the classic, (original) functionality is still working as designed after all updates and changes have been made to the application.
Re-testing is usually defined as that testing which is re-done after a specific fix has been applied and is normally the tests which uncovered the defect originally, to insure that the fix actually did what it was intended to do.
2007-02-21 22:53:46
·
answer #3
·
answered by Anonymous
·
0⤊
0⤋
Regression testing : Testing whether any bug fixes introduced new bugs.
Retesting : Self explanatory...
2007-02-22 01:14:37
·
answer #4
·
answered by Prad. 1
·
0⤊
0⤋