Regression Testing Regression testing ( a type of automation testing) is done to confirm a recent code or program change has not affected features. This test is fully or partially selected from already executed test cases which are re-executed to confirm existing functionalities are working as expected. This testing...
Smoke Testing / Build Acceptance Test Smoke testing or build acceptance test is a type of functional testing in which we check if the actual or core functionalities of a software is working or not. Smoke test is a pre test. This test allows QA team to proceed with...
Regression Testing is the process of testing the modified/updated parts of the code and the parts that might get affected due to the new modules addition to ensure that no new errors have been introduced in the software after the modifications have been made. Regression means return of something and...