Get and add test case execution results
PUT /v1/dataQuality/testCases/{id}/testCaseResult to add a new test result.
Success, Failed, or Aborted.| Status | Description |
|---|---|
Success | The test passed — all assertions were met |
Failed | The test failed — one or more assertions were not met |
Aborted | The test was aborted due to an error or timeout |
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to view or add test results |
404 | NOT_FOUND | Test case with given ID does not exist |