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 A | Field B | Field C |
|---|---|---|---|
| 1 | A1 | B1 | C1 |
| 2 | A1 | B2 | C3 |
| 3 | A2 | B1 | C3 |
| 4 | A3 | B1 | C2 |
Artifacts
- Script or PICT model file (link to be added)
- Readme for running generation