Classic Movies and Books

Learn Software Development

All about the processes involved in software development

Regression testing methods and techniques

Filed Under Terms, Techniques, Testing, Process, Development, Software | Posted on August 30, 2007

Common methods of regression testing include re-running previously run tests and checking whether previously fixed faults have re-emerged. In most software development situations it is considered good practice that when a bug is located and fixed, a test that exposes the bug is recorded and regularly retested after subsequent changes to the program. Although this […]