Log in

View Full Version : Regression testing



bluewalrus
11-19-2008, 03:56 AM
Can someone define regression testing for me for a website I've found a definition but its for software. Is it mostly going back threw code taking out parts and finding out whats not working?

scarface
11-19-2008, 03:59 PM
regression testing is basically when you re-run all the previously done tests. This is when you add new code to your program.You have to test everything again to make sure the new piece of code is working as it should be and not causing some errors which did not occur before that new code was implemented