1 / 1

Regression testing vs. UAT

Regression testing is a method that confirms whether the recent updates or changes done to the code do not alter or modify the existing functionalities of a software application. These code changes may include updating a current feature, fixing bugs and adding new features.<br><br>UAT testing is a method where a software product or application is tested in a real-time environment by end-users. User feedback plays a crucial role in this testing method as based on the feedback, the team will make a decision to carry out the necessary corrections and modifications to improve the overall quality of the

Download Presentation

Regression testing vs. UAT

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. REGRESSION TESTING VS. UAT WHAT IS REGRESSION TESTING? It is a testing method that confirms whether the recent updates or changes done to the code do not alter or modify the existing functionalities of a software application. These code changes may include updating a current feature, fixing bugs and adding new features. Already executed test cases are partially or fully selected so that they are re-executed again to make sure whether the existing functionalities are working fine or not. REGRESSION TESTING TECHNIQUES: Following are the two regression testing techniques: Retest all: Re-execution of the entire test cases in the test suite takes place to make sure that there are no bugs that have been detected due to code changes. More time and resources are required to carry out this method and it is considered to be expensive when compared to other techniques. 1 Regression test selection: 2 Only a specific number of test cases are selected for re-execution. Test cases are selected based on the code changes made in the module. Test cases are divided into categories and those are reusable test cases and obsolete test cases. WHAT IS USER ACCEPTANCE TESTING (UAT)? It is a testing method where a software product or application is tested environment by end-users. User feedback plays a crucial role in this testing method as based on the feedback, the team will make a decision to carry out the necessary modifications to improve the overall quality of the product. in a real-time corrections and UAT TECHNIQUES: The target audience should be strategically identified: 1 The target audience who will ultimately be using the product should be tactfully explored and then their specific problems and needs should be properly addressed. When it comes to users, potential users should be selected who can do justice to the UAT process. Bug communication standards should be properly developed: 2 There should be a specific method that helps in ascertaining when an error appears. When a bug has been reported, recording as much information as possible about the bug should be done.

More Related