Understanding the Purpose of Regression Testing
Q: What is the purpose of regression testing?
- Types of testing
- Junior level question
Explore all the latest Types of testing interview questions and answers
ExploreMost Recent & up-to date
100% Actual interview focused
Create Types of testing interview for FREE!
The purpose of regression testing is to identify any changes or bugs in existing or modified functionality of a system or application. It is used to ensure that any new changes or modifications do not cause any unexpected side effects or bugs in the existing functionality.
Regression testing is typically done after the introduction of a new feature or bug fix and can include the following steps:
1. Identify which test cases are relevant for the new feature or bug fix.
2. Execute the test cases to determine whether the existing functionality is still working correctly.
3. Compare the results of the test cases to the expected results to determine whether any regressions have occurred.
4. If any regressions are found, the development team should investigate and fix the problem.
5. Repeat the test cases to ensure the regressions are corrected and the existing functionality is working correctly.
Regression testing is typically done after the introduction of a new feature or bug fix and can include the following steps:
1. Identify which test cases are relevant for the new feature or bug fix.
2. Execute the test cases to determine whether the existing functionality is still working correctly.
3. Compare the results of the test cases to the expected results to determine whether any regressions have occurred.
4. If any regressions are found, the development team should investigate and fix the problem.
5. Repeat the test cases to ensure the regressions are corrected and the existing functionality is working correctly.


