Definitions of regression testing
Filed Under Terms, Testing, Process, Development, Software | Posted on August 23, 2007
1. Regression testing is any type of software testing which seeks to uncover regression bugs. Regression bugs occur whenever software functionality that previously worked as desired, stops working or no longer works in the same way that was previously planned. Typically regression bugs occur as an unintended consequence of program changes.
2. The selective retesting of […]