Answered Questions

  • How do you perform regression testing?

    Answer posted by Ravi on 2005-06-01 13:37:16: Regression Testing is carried out both manually and automation. The automatic tools are mainly used for the Regression Testing as this is mainly focused repeatedly testing the same application for the changes the application gone through for the new functionality, after fixing the previous bugs, any new changes in the design etc. The regression testing...

    bhopu

    • Aug 5th, 2010

    Basically Regression testing is nothing but reexecution of some or all the testcases to check fixation of defect is going to create any problem in existing module also in any newly created modules.Reg...