alm_create_test_case
Create a manual test case in a specified folder with optional design steps. Automatically manages check-out and check-in when steps are provided.
Instructions
Create a manual test case in a Test Plan folder, optionally with design steps.
Handles check-out/check-in automatically when steps are provided.
Args: folder_id: ID of the parent folder. test_name: Name for the new test case. steps: Optional list of design steps. Each step is a dict with keys: "name" (step number/title), "description", "expected".
Returns: {"test_id": "", "test_name": "", "folder_id": "", "steps_added": }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | ||
| test_name | Yes | ||
| steps | No |