Uniqueness Tests¶
TestGen uniqueness tests work to avoid the same data being stored in multiple locations, verifying that the data in a column or table is unique to itself.
Description and details¶
Duplicate Rows¶
Tests for the absence of duplicate rows based on unique combination of column values.
The system automatically generates this test.
Percent Unique¶
Tests for statistically significant shift in percentage of unique values compared to baseline data.
The system automatically generates this test.
Unique Values¶
Tests that no values for the column are repeated in multiple records.
The system automatically generates this test.