10 likes | 25 Views
It is a testing method that is performed to ensure that the recent upgrade or changes made in the code do not modify or alter the existing functionalities of the software application. A regression test is initiated by a tester, just after a new functionality has been incorporated into an application or the current error has been fixed. When there is an upgrade or change in one code module, then another module may also get affected due to the dependencies that exist between the two.<br>
E N D