Regression testing

Share This
« Back to Glossary Index

The process of testing a software application after changes have been made to ensure that the changes have not introduced new defects or broken existing functionality. It is commonly used in software development to verify the stability and reliability of a system. Examples include running a suite of automated test cases after a code update or manually testing specific features after a bug fix.

« Back to Glossary Index