Software QA Testing Question: Download Software QA PDF

What is The objective of regression testing?

Tweet Share WhatsApp

Answer:

The objective of regression testing is to test that the fixes have not created any other problems elsewhere. The objective is to ensure the software has remained intact. A baseline set of data and scripts are maintained and executed to verify that changes introduced during the release have not "undone" any previous code. Expected results from the baseline are compared to results of the software under test. All discrepancies have to be highlighted and accounted for, before the testing can proceed to the next level.

Download Software QA PDF Read All 251 Software QA Questions
Previous QuestionNext Question
Explain Storage Testing?Explain Stress Testing?