create_test_case
Create a new test case in a TestLink test suite, specifying steps, preconditions, and handling duplicate names.
Instructions
Create a new test case inside a test suite (tl.createTestCase).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order | No | ||
| steps | No | ||
| summary | Yes | ||
| importance | No | 1=low 2=medium 3=high | |
| authorLogin | Yes | Login of the TestLink user recorded as the author. | |
| testSuiteId | Yes | ||
| testCaseName | Yes | ||
| executionType | No | 1 = manual, 2 = automated | |
| preconditions | No | ||
| testProjectId | Yes | ||
| checkDuplicatedName | No | ||
| actionOnDuplicatedName | No | block |