|
|
|
|
|
by gowan
3383 days ago
|
|
this technique is also called pairwise testing[1]. there are some interesting optimization problems around this approach. it can significantly reduce the number of tests while providing good coverage. [1] https://en.wikipedia.org/wiki/All-pairs_testing |
|