Answers for "what do you understand about regression testing? which test cases should be selected for regression testing?"

23

what is regression testing

Regression testing is testing existing 
software applications to make sure that
a change or addition hasn’t broken any 
existing functionality. Its purpose is 
to catch bugs that may have been accidentally
introduced into a new build or release candidate, 
and to ensure that previously eradicated 
bugs continue to stay dead.
Posted by: Guest on February-01-2021

Code answers related to "what do you understand about regression testing? which test cases should be selected for regression testing?"

Browse Popular Code Answers by Language