Rounak Dhillon 91d7c795b1
Docs: Meta Description Updation (#22544)
Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”>
2025-07-24 04:59:25 +00:00

4.8 KiB

title description slug
Test Case | OpenMetadata Test Case Information Structure a test case schema including test type, inputs, expected results, and test execution metadata. /main-concepts/metadata-standard/schemas/tests/testcase

TestCase

Test case is a test definition to capture data quality tests against tables, columns, and other data assets.

Properties

Definitions

  • testCaseParameterValue (object): This schema defines the parameter values that can be passed for a Test Case.
    • name (string): name of the parameter. Must match the parameter names in testCaseParameterDefinition.
    • value (string): value to be passed for the Parameters. These are input from Users. We capture this in string and convert during the runtime.

Documentation file automatically generated at 2025-01-15 09:05:41.923720+00:00.