Answered Questions

  • How is automation used in QTP for regresstion testing ?

    Star Read Best Answer

    Editorial / Best Answer

    mana.kare  

    • Member Since Jan-2007 | Aug 16th, 2007


    Hi,

    I am giving an expample of regression testing.

    Example:

    We have a "Yahoo" web application. Suppose if yahoo is going to add a new features in their application it has to verify the existing web page along with new features. If it is adding new features for every two months, it has to test existing and new features every time. The repeated testing is nothing but regression.
    (means the new functionality does not effect on the existing functionality).

    we are using QTP to test the existing functionality is working proprly or not.

    Anil

    • Sep 13th, 2007

    Regression testing is the testing done to verify the defect fix. For example if you encountered a defect and report to a developer and developer fixed it and deliver the code again, then you verify that the defect is fixed. This testing is called as regression testing. I hope you understood.