Steps of performing the regression testing

What are the steps to carry out during regression testing?

2 Likes

Following are the steps to execute regression tests:

  1. Connect the clear cut knowledge about the modifications that are made to the software
  2. Think about the part of the software that might get affected with that(modified) code.
  3. Ensure about the regression type to be followed, whether it is Unit, Partial, or Full regression.
  4. 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 image

2 Likes