Answered Questions

  • What is RETESTING?whats the difference between retesting & regression testing?

    shan

    • Jun 9th, 2017

    Retesting is done to confirm whether the failed test cases in the final execution are working fine or not after the issues have been fixed. The purpose of regression testing is that any new change in the application should NOT introduce any new bug in existing functionality.

    prathyusha

    • Apr 10th, 2017

    Retesting - Testing the same functionality with different input Regression - If any critical issue is raised then we will be reporting to the developer he will fix the issue and give the bug and we w...