Table of Contents |
---|
...
Code Block | ||
---|---|---|
| ||
{ "tcrCatalogTreeId": 18, "testcase": { "name": "Testcase in Sub-Folder" } } |
tcrCatalogTreeId - the ID of the folder where you want to create the test case.
...
Code Block | ||
---|---|---|
| ||
{ "tcId": 199, "maxId": 1, "step": { "step": "login to application", "data": "enter credentials", "result": "login successful", "orderId": 1 }, "tctId": 215 } |
tcId - the test case ID.
maxId - the maximum number of steps.
orderId - the step order ID.
Response body
...
Code Block | ||
---|---|---|
| ||
{ "id": 4, "tcId": 6, "maxId": 1, "steps": [], "step": { "customProperties": {}, "customProcessedProperties": {}, "id": 7, "localId": 1, "orderId": 1, "step": "login to application update", "data": "enter credentials update ", "result": "login successful update", "customFieldProcessed": true, "customFieldValues": [] }, "maxVersionNumber": 1, "testcaseVersionId": 6, "releaseId": 1, "projectId": 1, "tctId": 7 } |
tcId - the test case ID.
maxId - the maximum number of steps.
orderId - the step order ID.