Approach used for regression testing to test monthly releases on Test environment
Summary
Trying to understand best approach for regression testingContent
Hi everyone,
As FCCS gets updated on Test environment on a monthly basis, it's important for us to be able to do some regression testing and ensure it wouldn't break anything in production.
My initial plan was to take a snapshot from Prod to Test every first Thursday of the month, so a day before the Test environment gets updated and then during the 2 weeks window do my regression testing. However there seems to be challenges replicating Prod app into Test due to version so here are my questions:
- What is the approach/ best practice used for regression testing?
0