一、现成的工具:
- PICT
链接:https://pan.baidu.com/s/12Ed6dPmgh-hP2l0Iq4zMNw 提取码:putt - pairs
链接:https://pan.baidu.com/s/1WjbTsOD-CUvLBL9O2n7_oA 提取码:342i
使用
第一步,使用excel把因子和水平数列好,然后复制到txt里面,比如
excel:
txt:
第二步,在命令行执行命令生成
E:\packages\allpairs
$ allpairs.exe C:\Users\54718\Desktop\zj.txt >allpair_zj.xls
备注:
生成txt文件也是可以的,如果不先在excel列好复制到txt,会报制表符错误
The data table should be tab delimited. Each row of the table must have the same number of columns as the first row (the label row). Check for extra tabs or spurious lines in the table.
- 某大佬实现的工具(部分付费)
链接:https://pan.baidu.com/s/1y4Dparvn-EXxGn6YvzjaUw 提取码:62fm
二、代码实现:
python+AllPairs
总结
最后得出的用例数排序
笛卡尔积 < PICT < pairs < AllPairs
所以工具流建议用pairs,有代码基础的首推AllPairs这个lib