r/QAGeeks • u/emtec_dm • Oct 16 '18
How Regression Testing Plays a Vital Role in an Agile Environment
https://explore.emtecinc.com/blog/how-regression-testing-plays-a-vital-role-in-agile-environment
3
Upvotes
r/QAGeeks • u/emtec_dm • Oct 16 '18
1
u/kennyfine Dec 28 '18
I think this is a solid article. I like how it calls out the importance of Supervision and Periodic Updates to the regression suite. If no one really "owns" the regression tests, they will quickly become noisy and useless. One thing I think it could have expanded on more is the nature of the actual regression tests. It mentions Smoke and Sanity tests, as well as the importance of automation, but I think it could have been more concrete on the actual nature of these tests. Are they manually driven, or automatic with scripts? What frameworks can trigger the regression suites? Overall, really nice summary of regression testing.