Skip to content

**GreenCape AllPairs** supports different strategies for the generation of test sets.

Notifications You must be signed in to change notification settings

GreenCape/all-pairs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Pair-wise Testset Generator

Pairwise (a.k.a. all-pairs) testing is an effective test case generation technique that is based on the observation that most faults are caused by interactions of at most two factors. Pairwise-generated test suites cover all combinations of two therefore are much smaller than exhaustive ones yet still very effective in finding defects.

Requirements

@todo

Versioning

This project follows semantic versioning.

Roadmap

  • Sub-models
  • Conditional constraints
  • Unconditional constraints
  • Command line tool
  • Separator definition (/d:)
  • Order (pairs, triples, n-tuples, /o:)
  • Aliasing
  • Negative testing
  • Weighting
  • Seeding
  • Randomization
  • Output suitable for PHPUnit (@dataprovider)

Further Reading

About

**GreenCape AllPairs** supports different strategies for the generation of test sets.

Resources

Stars

Watchers

Forks

Packages

No packages published