Which testing comes first, Regression testing or UAT?

 It is a testing method that ensures the updates and changes that have been introduced in the code do not alter or modify the existing functionalities of the software application. Whenever there is a code change being done in the application, regression testing is performed. These code changes could be updating a current feature, fixing bugs, adding new features etc.





Comments

Popular posts from this blog

Regression testing vs. UAT: Know the difference?

Regression Test Automation: A Quickstart Guide

What is the Purpose of Regression Testing?