
Asked by: Odelia Peteiro
asked in category: General Last Updated: 4th February, 2020Is regression testing done in production?
Simply so, who does regression testing?
Regression testing is done after functional testing has concluded, to verify that the other functionalities are working. In the corporate world, regression testing has traditionally been performed by a software quality assurance team after the development team has completed work.
One may also ask, how do you test for production? Guidelines to Perform Testing in Production Environment
- Create your own test data.
- The naming convention of test data should be realistic.
- Do not play with other existing user’s data.
- Create your credentials to access the application.
- Never try load test on a production environment.
Similarly one may ask, when should regression testing be performed?
Regression Testing is usually performed after verification of changes or new functionality. But this is not the case always. For the release that is taking months to complete, regression tests must be incorporated in the daily test cycle.
Is regression testing part of UAT?
Regression testing is the act of retesting a product around an area where a bug was fixed. UAT, or user acceptance testing, is a waterfall test concept. Software solutions are developed, tested internally and then delivered to the customer/user for UAT. In this test activity, end-to-end scenarios are the focus.