Generate test cases
generate-test-casesGenerate pairwise test cases by defining parameters and their values, with optional constraints to exclude invalid combinations.
Instructions
Executes PICT with the given parameters and options to generate test cases.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parameters | Yes | Represents a parameter definition for PICT test case generation. | |
| constraintsText | No | PICT constraint expressions to filter invalid combinations. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Represents the parsed result of PICT test case generation. | |
| message | No | Optional message output from PICT, typically containing information. | |
| modelFile | Yes | The complete model file content that was passed to PICT. |