How do we perform regression testing in manual testing?

Questions by devic8

Showing Answers 1 - 6 of 6 Answers

siriatwork

  • Dec 19th, 2007
 

Regression testing is nothing but testing the application for an existing functionality. When ever a release for a software is made, some new functioanlity is introduced. In our normal test cycle we would test the application against the new functionality. But there should be some testing done to ensure that because of these new functionalities, our old functionalities are not affected. This testing is known as Regression Testing

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions