9
Reply

Difference between Re-testing and Regression testing?

Swati Agarwal

Swati Agarwal

Aug 02, 2014
8k
2

    Re-Testing :Case 1: The repeating of same test for more than one time with multiple data is called "Re-Testing". Case 2: The re-execution of failed tests on modified build to ensure bug fixing work is called as “Re-Testing”. Regression Testing :The Re-execution of selected test or modified build, to check is there any side effects occurred or not on dependent functionalities by modifying reported defects or by adding new requirements.

    arti madaan
    January 20, 2015
    3

    Re-Testing: After a defect is detected and fixed, the software should be retested to confirm that the original defect has been successfully removed. This is called Confirmation Testing or Re-Testing Regression testing: Testing your software application when it undergoes a code change to ensure that the new code has not affected other parts of the software.

    Swati Agarwal
    August 02, 2014
    1

    Regression testing: Testing your software application when it undergoes a code change to ensure that the new code has not affected other parts of the software.

    Re-Testing: After a defect is detected and fixed, the software should be retested to confirm that the original defect has been successfully removed. This is called Confirmation Testing or Re-Testing

    Re-Testing: After a defect is detected and fixed, the software should be retested to confirm that the original defect has been successfully removed. This is called Confirmation Testing or Re-TestingRegression testing: Testing your software application when it undergoes a code change to ensure that the new code has not affected other parts of the software

    Munesh Sharma
    June 28, 2015
    0

    Re-testing is testing the fixed bugs with only fixed functionality. Regression testing is if any new module or bug is fixed we will be testing the scenario from the first where old system is not affected due to the newly implemented code.

    Re testing means After debugging if any error occur ur testing application to ensure it will not comeand regression testing means after modification if any unchanged feature of application affected or not so regression testing done

    vinod bhilare
    March 18, 2015
    0

    http://www.softwaretestingclass.com/difference-between-regression-testing-vs-retesting/

    Rajagopalan R V
    December 10, 2014
    0

    http://www.softwaretestingclass.com/difference-between-regression-testing-vs-retesting/

    Rajagopalan R V
    December 10, 2014
    0