What are the steps to carry out during regression testing?
2 Likes
Following are the steps to execute regression tests:
- Connect the clear cut knowledge about the modifications that are made to the software
- Think about the part of the software that might get affected with that(modified) code.
- Ensure about the regression type to be followed, whether it is Unit, Partial, or Full regression.
- Run the test cases you have selected.
Source of information: https://www.softwaretestingmaterial.com/regression-testing/#how-do-we-perform-regression-testing
The following infographic will help you in understanding regression testing steps better
2 Likes