Create test case
create_test_caseAdd structured test cases to QA Touch modules using exploratory, text, BDD, or step-based templates. Specify project, section, title, and required fields to capture the right test format.
Instructions
Create a test case in a module (section). template selects the style:
exploratory: no predefined stepstext: single steps text + expected_resultbdd: Gherkin feature script (featureScript required)steps: structured step list (stepsTemplate required)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | No | Steps text (template `text`) | |
| estimate | No | Estimate | |
| template | Yes | Test case template | |
| caseTitle | Yes | Title of the test case | |
| reference | No | Reference | |
| projectKey | Yes | Project key | |
| sectionKey | Yes | Module (section) key to create the case under | |
| description | No | Description | |
| precondition | No | Precondition | |
| featureScript | No | Gherkin feature script (template `bdd`) | |
| stepsTemplate | No | Structured steps (template `steps`) | |
| expectedResult | No | Expected result (template `text`) |