Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
865 B
Markdown
Raw Normal View History

2025-08-12 13:29:42 +05:30
---
title: createTestCaseResolutionStatus
slug: /main-concepts/metadata-standard/schemas/api/tests/createtestcaseresolutionstatus
---
# CreateTestCaseResolutionStatus
*Schema to create a new test case result resolution status.*
## Properties
- **`testCaseResolutionStatusType`**: Status of Test Case. Refer to *../../tests/testCaseResolutionStatus.json#/definitions/testCaseResolutionStatusTypes*.
- **`testCaseResolutionStatusDetails`**: Details of the test case failure status. Default: `None`.
- **`testCaseReference`**: Test case reference FQN. Refer to *../../type/basic.json#/definitions/fullyQualifiedEntityName*.
- **`severity`**: Severity failure for the test associated with the resolution. Refer to *../../tests/testCaseResolutionStatus.json#/definitions/severities*.
Documentation file automatically generated at 2025-08-12 05:39:47.683420+00:00.