Tag Archives: regression testing

The Maintainability of Automated Regression Tests: Playback v.s. Unit Tests

Definitions: Automated Regression Testing: Regression testing is any type of software testing that seeks to uncover software errors by partially retesting a modified program. * from http://en.wikipedia.org/wiki/Regression_testing [Automated regression testing is the process of doing this with computer software.] Playback Based Testing: To a certain extent this is my own term, which I use to [...]
Posted in Software Development | Also tagged | Leave a comment