Software Testing
Combinatorial
Generate covering arrays that exercise every t-way combination of input parameters.
AETG
A greedy algorithm for building covering arrays — small sets of test cases that exercise every t-way combination of input parameters.
IPO
In-Parameter-Order generation: builds a covering array incrementally, extending coverage one parameter at a time.
Orthogonal Arrays
Browse standard (Taguchi) orthogonal arrays — pre-calculated, perfectly balanced designs where every pair of factors is covered equally often.
Request more
Missing something? Get in touch and we'll add it.