This resource refers to test suites. Use the test suite
resource to access execution logs and/or test suite reports.
Methods
Response body sample
{
"id": 156008586,
"testCase": {...},
"execution": {...},
"platform": {...},
"status": "PASSED",
"stdoutId": 335943568,
"descriptionId": 335943569,
"logId": 335943570,
"attachments": [{...}],
"testResultAssertionsFailed": [],
"startTime": "2022-11-25T05:25:14.604+0000",
"endTime": "2022-11-25T05:25:31.272+0000",
"duration": 16668,
"sameFailureResults": [],
"testSuite": {...},
"executionTestSuite": {...},
"incidents": [],
"profile": "default",
"hasComment": false,
"webUrl": "https://testops.katalon.io/team/242852/project/255858/executions/13530835/test-result/156008586-tc1_verify-successful-login",
"externalIssues": [],
"totalDefects": 0,
"totalAssertion": 1,
"passedAssertion": 1,
"failedAssertion": 0,
"retried": false,
"originalStatus": "PASSED",
"statusEdited": false,
"urlId": "156008586-tc1_verify-successful-login"
}
Refer to the following table about the response body parameters:
Property | Type | Description |
---|---|---|
id | integer | The unique identifier of the test result. |
testCase | test case object | The test case associated with the test result. |
execution | test run ] object | The test run that contains the test result. |
platform | object | The execution environment of the test case, including: OS, browser, device, etc. |
status | string | The execution status of the associated test case: PASSED , FAILED , ERROR , INCOMPLETE , RUNNING , SKIPPED , NOT_RUN . |
attachments | array of file objects | A list of screenshots and recorded videos to see what went wrong when the test case failed. |
testResultAssertionsFailed | array of failed assertion objects | Failed assertion logs. |
startTime | date-time object | The date and time when the test case execution started. |
endTime | date-time object | The date and time when the test case execution ended. |
duration | integer | How long the test case execution took (in miliseconds). |
errorMessage | string | This message shows the error summary and information about the execution session. |
errorDetail | string | Detailed execution log. |
webUrl | string | The URL of the TestOps page that displays the test result. |
failedTestResultCategory | string | If this is a failed test result, this property shows the failure category: APPLICATION , AUTOMATION , ENVIRONMENT , or UNKNOWN . |