PICT — Form with 3 Fields

Pairwise combinations for a 3-field form with dependent values and constraints.

Model

  • Parameters with values
  • Constraints between fields

Parameters & Values

  • Field A: A1, A2, A3
  • Field B: B1, B2
  • Field C: C1, C2, C3

Constraints

  • Disallow (A3,B2) when C1 selected
  • Require C3 when A2 chosen

Generated Sets

Sample combinations (excerpt):

#Field AField BField C
1A1B1C1
2A1B2C3
3A2B1C3
4A3B1C2

Artifacts

  • Script or PICT model file (link to be added)
  • Readme for running generation