- **`testCaseStatus`** *(string)*: Status of Test Case run. Must be one of: `["Success", "Failed", "Aborted", "Queued"]`.
- **`testCaseResult`** *(object)*: Schema to capture test case result.
- **`id`**: Unique identifier of this failure instance. Refer to *[../type/basic.json#/definitions/uuid](#/type/basic.json#/definitions/uuid)*.
- **`testCaseFQN`**: Fully qualified name of the test case. Refer to *[../type/basic.json#/definitions/fullyQualifiedEntityName](#/type/basic.json#/definitions/fullyQualifiedEntityName)*.
- **`timestamp`**: Data one which test case result is taken. Refer to *[../type/basic.json#/definitions/timestamp](#/type/basic.json#/definitions/timestamp)*.
- **`testCaseStatus`**: Status of Test Case run. Refer to *[#/definitions/testCaseStatus](#definitions/testCaseStatus)*.
- **Items**: Refer to *[#/definitions/testResultValue](#definitions/testResultValue)*.
- **`passedRows`** *(integer)*: Number of rows that passed.
- **`failedRows`** *(integer)*: Number of rows that failed.
- **`passedRowsPercentage`** *(number)*: Percentage of rows that passed.
- **`failedRowsPercentage`** *(number)*: Percentage of rows that failed.
- **`incidentId`**: Incident State ID associated with this result. This association happens when the result is created, and will stay there even when the incident is resolved. Refer to *[../type/basic.json#/definitions/uuid](#/type/basic.json#/definitions/uuid)*.
- **`maxBound`** *(number)*: Upper bound limit for the test case result as defined in the test definition.
- **`minBound`** *(number)*: Lower bound limit for the test case result as defined in the test definition.
- **`testCase`**: Test case that this result is for. Refer to *[../type/entityReference.json](#/type/entityReference.json)*.
- **`testDefinition`**: Test definition that this result is for. Refer to *[../type/entityReference.json](#/type/entityReference.json)*.
- **`testSuiteExecutionFrequency`** *(string)*: How often the test case should run. Must be one of: `["Hourly", "Daily", "Weekly"]`.