Skip to main content

Test Cases

A Test Case is an instance of a test definition applied to a specific table or column with concrete parameter values. Test cases produce test results when executed.
A test case links a test definition (the validation logic) to a specific entity (table or column) via an entity link, with parameter values that configure the check.
Test cases reference their target entity using an entity link string:

Fully Qualified Name

The FQN format for a test case depends on the level:

Test Case Lifecycle

  1. Create — Define a test case with a test definition, entity link, and parameter values.
  2. Execute — The test case runs (via a test suite execution or manually) and produces a result.
  3. Review — View test results with status (Success, Failed, Aborted) and result values.

API Endpoints