2023-08-27 10:55:55 +02:00
|
|
|
---
|
|
|
|
title: createTestCase
|
|
|
|
slug: /main-concepts/metadata-standard/schemas/api/tests/createtestcase
|
|
|
|
---
|
|
|
|
|
|
|
|
# CreateTestCaseRequest
|
|
|
|
|
|
|
|
*Test is a test definition to capture data quality tests.*
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
- **`name`**: Name that identifies this test case. Refer to *../../type/basic.json#/definitions/entityName*.
|
|
|
|
- **`description`**: Description of the testcase. Refer to *../../type/basic.json#/definitions/markdown*.
|
|
|
|
- **`displayName`** *(string)*: Display Name that identifies this test.
|
|
|
|
- **`testDefinition`**: Fully qualified name of the test definition. Refer to *../../type/basic.json#/definitions/fullyQualifiedEntityName*.
|
|
|
|
- **`entityLink`**: Refer to *../../type/basic.json#/definitions/entityLink*.
|
|
|
|
- **`testSuite`**: Fully qualified name of the testSuite. Refer to *../../type/basic.json#/definitions/fullyQualifiedEntityName*.
|
|
|
|
- **`parameterValues`** *(array)*
|
|
|
|
- **Items**: Refer to *../../tests/testCase.json#/definitions/testCaseParameterValue*.
|
|
|
|
- **`owner`**: Owner of this test. Refer to *../../type/entityReference.json*.
|
|
|
|
|
|
|
|
|
2023-10-28 00:07:31 +05:30
|
|
|
Documentation file automatically generated at 2023-10-27 13:55:46.343512.
|