首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > jwise -一个测试案例(全对,两两)组合发生器

jwise -一个测试案例(全对,两两)组合发生器

资 源 简 介

This is a library that generates test cases given a set of input parameter ranges using Java. In essence, it is an implementation of all-pairs or pairwise testing When working on this, I was rather surprised by the seemingly large number of academic research in this area. The papers do take a little while to digest and exceeds my patience. I took a challenge to devise an algorithm myself. Certainly not fantastic, but works to a cetain extent. What I have here is rather basic. It guarantees coverage of pairs, but it does not guarantee that it has the minimum number of combinations to cover all pairs. A simple example is shown in PairTest.java. * the parameter to BasicAlgorithm constuctor is a number that affects the picking of combinations. You can try different values to see the result. * The test produces a list of combi

文 件 列 表

META-INF
MANIFEST.MF
src
jWise
sample
jWise
test
core
importer
.classpath
.project
build.xml
VIP VIP
0.165209s