alm_bulk_create_test_cases
Create multiple test cases with design steps under a folder path, automatically creating any missing folders along the way.
Instructions
Create multiple test cases with design steps under a folder path in one call.
Creates any missing folders along the path automatically.
Args: folder_path: '/' separated path e.g. 'AppName/Sprint1/Smoke'. test_cases: List of test case dicts: [{"name": "TC-001", "steps": [{"name": "Step 1", "description": "Navigate to login", "expected": "Login page is shown"}]}]
Returns: {"folder_id": "", "created": [...], "failed": [...]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_path | Yes | ||
| test_cases | Yes |