Press "Enter" to skip to content

An Overview of Regression Testing

Ust Oldfield gives us a primer on regression testing:

There are a variety of methods and techniques that can be used in the design and execution of regression tests. These are:
– Retest All
– Test Selection
– Test Case Prioritisation

Regression testing is really nice to have in place because it keeps you from looking like a buffoon for accidentally reintroducing a bug you’ve previously quashed.