Element reference
Autotest result
Autotest result
An autotest result is the outcome of one autotest inside an autotest run. The report field may hold a nested step report.
Relations
| Related element | How it connects |
|---|---|
| Autotest run | Required parent |
| Autotest | The executed CASE autotest |
Report (report_json) | Nested step report structure inside the result - not a separate SDK type |
Enumerations
Status
| Value | Meaning |
|---|---|
PASSED | Steps completed successfully |
FAILED | Assertion or step failure |
SKIPPED | Not executed |
ERROR | Runner or environment error |
Nested structure
Optional section for report_json: step-level report data shown as Report in the UI. If that object later becomes its own SDK type, this section is replaced by a separate reference page.
Did this page help?