Tech Glossary

What is Regression Testing?

Regression testing is a technique used to test whether a change in a program has caused any errors in other parts of the program. This is done by comparing the program before and after the change and seeing if there are any differences in how the program works. Regression testing is very useful for finding bugs in a program after changes have been made, and it's also a good way to ensure that a program is working as it should.

Relaterade