Techniques for automated regression testing

“Regression testing is doing the same thing over and over and expecting a different result.”

This is a series of articles on test automation techniques you can use for regression testing. The goals of the series are to:

  • Help your productivity
  • Improve your test coverage
  • Minimize work

These techniques are not tied to any tool. However, I’ll use some examples in NUnit because it’s the most common type of unit test framework.

Who’s this for:

  • Developers who need to test their code
  • QA people writing test automation

Techniques in the series (so far):

Related articles

Copyright © 2019, All Rights Reserved by Bill Hodghead, shared under creative commons license 4.0