Submitted Questions

  • Which test cases your select for Retest and Regression testing?

    if you have 100 test cases, in that 80 passed and 20 failed,

    rama

    • Apr 11th, 2012

    Regression testing is done to check the bug fixes or the changes on modified application build is not disturbing the existing functionality of an application.

    Re-Testing is done to check on the same build with multiple data sample to check the robustness (stable enough) of the application

    Ramesh

    • Mar 1st, 2012

    Retesting/Confirmation Testing is done to check whether the Failed tc/Failed Functionality is working fine after the fix. Regression Testing is done to check whether any of the other functionality is...

  • Walk Through

    What is Walk Through, Review and Inspection in Testing and Who does these? Explain with example