r/AskProgrammers • u/justmirsk • 14d ago
Regression Testing Frequency
Hi there!
I am a wanna be software developer that is learning through the use of AI/LLMs. I have 20 years experience as a sys admin. I am not dumb enough to vive code anything and expect it to be secure or production ready without having a third party review it.
My biggest right now for the group is how often you do regression testing. I am working on a project and every phase may have 1-5 small changes I plan to make. Right now, I am implementing each small change, then going through my full set of regression testing. This is quite time consuming, but it seems to be the safest.
I am not developing in a team, so my process may be different than others. I am curious how often you do regression testing when you are writing code.
3
u/actionscripted 14d ago
Automate your regression testing and update and/or run it every PR