资 源 简 介
Overview
The simplest bugs in a program are generally triggered by a single input parameter. The next simplest category of bugs consists of those dependent on interactions between pairs of parameters, which can be caught with all-pairs testing. Bugs involving interactions between three or more parameters are progressively less common, whilst at the same time being progressively more expensive to find by exhaustive testing, which has as its limit the exhaustive testing of all possible inputs.
## Features ##
This tool is platform independent way of generating something close to the minimum number of testcases required to test features of a specified tuple size, (all-pairs, or all triples for example) .
More information on the technique is available at http://www.pairwise.org