2023-08-27 10:55:55 +02:00
|
|
|
---
|
|
|
|
title: createTestDefinition
|
|
|
|
slug: /main-concepts/metadata-standard/schemas/api/tests/createtestdefinition
|
|
|
|
---
|
|
|
|
|
|
|
|
# CreateTestDefinitionRequest
|
|
|
|
|
|
|
|
*Schema corresponding to a Test Definition*
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
- **`name`**: Name that identifies this test case. Refer to *../../type/basic.json#/definitions/entityName*.
|
|
|
|
- **`displayName`** *(string)*: Display Name that identifies this test case.
|
|
|
|
- **`description`**: Description of the testcase. Refer to *../../type/basic.json#/definitions/markdown*.
|
|
|
|
- **`owner`**: Owner of this TestCase definition. Refer to *../../type/entityReference.json*.
|
|
|
|
- **`entityType`**: Refer to *../../tests/testDefinition.json#/definitions/entityType*.
|
|
|
|
- **`testPlatforms`** *(array)*
|
|
|
|
- **Items**: Refer to *../../tests/testDefinition.json#/definitions/testPlatform*.
|
|
|
|
- **`supportedDataTypes`** *(array)*
|
|
|
|
- **Items**: Refer to *../../entity/data/table.json#/definitions/dataType*.
|
|
|
|
- **`parameterDefinition`** *(array)*
|
|
|
|
- **Items**: Refer to *../../tests/testDefinition.json#/definitions/testCaseParameterDefinition*.
|
|
|
|
|
|
|
|
|
2023-10-28 00:07:31 +05:30
|
|
|
Documentation file automatically generated at 2023-10-27 13:55:46.343512.
|