Pere Miquel Brull 6e2fb1eca7
[Docs] - 1.1.2 Release (#12977)
* Prep 1.1.2 docs and remove 1.1.1

* Prep 1.1.2 release pages

* add missing links in menu.md

---------

Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2023-08-25 08:49:58 +02:00

1.1 KiB

title slug
createTestDefinition /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.

Documentation file automatically generated at 2023-07-07 05:50:35.981927.