“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):
- Data-driven testing – Reusing the same test
- Equivalence classes and boundary value analysis – How to pick good test values
- Using a test oracle – Replacing test values with rules
- How to use pairwise testing – Reducing combinations of tests
Related articles
Copyright © 2019, All Rights Reserved by Bill Hodghead, shared under creative commons license 4.0