
Regression Testing
Welcome to the final episode in our new series “Integrating testing into your development flow”. Today we are going to be looking at “Regression Testing”. In our last presentation we will be talking about User Acceptance Testing. What it is, when should we do it, who does it, and why is it so important? Today we will be talking about the last step in the test process Regression Testing. Specifically, what it is, when should we do it, who does it, and why is it so important? What Is Regression Testing Regression Testing is nothing but a full or partial selection of already executed test cases which are re-executed to ensure existing functionalities work fine. We do this type... Read more