Answered Questions

  • What is the difference between retesting and regressive testing?

    sridevi

    • Dec 6th, 2014

    Retesting is the testing performed on a fixed defect to verify it is working fine or not.

    regression testing is the testing performed on the modified application to verify whether the fixed defect is impacting on the other related functionality of the application.

    manoj

    • Nov 26th, 2014

    Whenever there is a change or updation in codings or requirements regression testing is performed it is done to validate that the changes had cause any impact to other modules in a project. Whereas in retesting is to validate the existing testcase after a bug has been fixed.