/jpwise

Flexible Java test data generator for pairwise/combinatorial strategies, handling complex parameter constraints and dynamic value sourcing

Primary LanguageJavaMIT LicenseMIT

jpWise

Very basic combinatorial testing library that supports:

  • Generating test data from parameter values using pairwise approach
  • Generating test data from parameter values using combinatorial approach (all possible permutations)
  • Defining dependencies between parameter (e.g. parameter "Browser" can only be "Chrome" and "Firefox" if parameter Environment is "Local")

Library derives some ("core") code from "jWise" library (https://code.google.com/archive/p/jwise/downloads), though somewhat refactored and matched to the needs of this project.

Some comments are still in Russian and need to be updated.