Tag: Regression Testing

  • The Complete Guide to Regression Testing

    The Complete Guide to Regression Testing

    The objective of software testing is to identify and fix bugs. However, it frequently happens that after a bug is fixed, other bugs appear. Regression testing is then performed in this scenario. It makes sure that following a bug fix or code modification, new issues do not appear. Regression tests are thus carried out by…