Combinatorial testing

Combinatorial testing image
When you do combinatorial testing, you ensure that the input or configuration parameters of the system under test can accept, without error, a meaningful subset of combinations of values possible for those parameters. 

If the app you're testing has more than one input or configuration parameter, you should include some combinatorial testing as part of your strategy. This is because research has shown that most failures result from the combination of specific values for one or two input or configuration parameters. The frequency of errors tends to decrease with value combinations from more than two parameters at once, but running those tests can be fruitful as well. 

Pairwise testing is a subset of combinatorial testing. It sounds out every possible PAIR of values. But pairwise testing does not always cover enough combinations of three, four, or more values. That's where more advanced combinatorial testing techniques come in. 

According to recent research, simply by ensuring that all possible three-way combinations of values for your parameters are covered, you'll catch 90 percent or more of the defects that could result from all possible combinations. This does NOT mean that you have to cover every single possible combination in your test plan! The set you need is small and manageable compared to all possible combinations. 

You may not have a full set of expected results for all of your combinations of values. The research suggests that in these cases, simply monitoring for system failures may be enough.
TestBash Brighton 2025 image
On the 1st & 2nd of October 2025 we're back in Brighton for TestBash: the largest software testing conference in the UK
Explore MoT
Leading with Quality image
Tue, 30 Sep
A one-day educational experience to for quality engineering leaders
MoT Software Testing Essentials Certificate image
Boost your career in software testing with the MoT Software Testing Essentials Certificate. Learn essential skills, from basic testing techniques to advanced risk analysis, crafted by industry experts.
Leading with Quality
A one-day educational experience to help business lead with expanding quality engineering and testing practices.
This Week in Testing image
Debrief the week in Testing via a community radio show hosted by Simon Tomes and members of the community
Subscribe to our newsletter
We'll keep you up to date on all the testing trends.