This is a presentation I gave about the thing some people call "model-based" testing and my concerns about the limitations of formal modeling applied to test design. … [Read more...] about Unbearable Lightness of “Model-Based” Testing
Combinatorial-testing
Allpairs
Let's say you must test something that involves a lot of different variables. Configuration testing is like that: different printers, different print options, different documents. Who knows what … [Read more...] about Allpairs
Pairwise Testing: A Best Practice That Isn’t
Combinatorial testing is one of my favorite things. And pairwise (aka all-pairs) test coverage is a popular combinatorial technique. But, just as with all other techniques, the hype around pairwise … [Read more...] about Pairwise Testing: A Best Practice That Isn’t