“Regression testing is doing the same thing over and over and expecting a different result.”
This is a series articles on test automation techniques you can use for regression testing. The series’s goals 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