create_test_execution
Record test execution results into a TestLink test plan by selecting a status (pass/fail/blocked), specifying build, and optionally linking bug IDs or adding notes.
Instructions
Report a test case execution result against a build within a test plan (tl.reportTCResult).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bugId | No | Bug tracker id to link, when status = f. | |
| guess | No | Let TestLink infer build/platform when omitted. | |
| notes | No | ||
| status | Yes | p = pass, f = fail, b = blocked | |
| buildId | No | ||
| buildName | No | ||
| overwrite | No | Overwrite the last result instead of appending a new one. | |
| platformId | No | ||
| testCaseId | No | ||
| testPlanId | Yes | ||
| execDuration | No | Execution duration in minutes. | |
| platformName | No | ||
| testCaseExternalId | No |