|
|
|
|
|
by wyldfire
3626 days ago
|
|
NIST has done some research on combinatorial software testing and has a pretty good package [1] I've used before for generating test cases given N dimensions. The idea behind their software is to maximize the effectiveness of test time because testing those N dimensions exhaustively is infeasible. [1] http://csrc.nist.gov/groups/SNS/acts/index.html |
|