90.3k views
5 votes
What is Regression testing?

User Kaamel
by
5.2k points

1 Answer

0 votes

Answer:

The regression testing is one of the type of the software testing, that basically confirm that the existing features are not adversely affected by the recent code and program in the system.

Regression testing is the process of selecting the existing test cases which are already executed to ensure the different functionality in the system.

This testing is basically done to ensure that the product work with new functionality with high efficiency. Run all the test cases is the main strategy of the regression testing.

User Dagray
by
5.0k points