Skip to main content
Version: Early Access

Fact Test Run

The TestRun fact table can provide you with the following measures about tests being executed in your test environment Number of test that were not executed Number of test that passed Number of test that failed Elapsed time on the test run.

Table Description

The following table describes the columns available in the default table.

Column NameDescriptionDatatypeForeign Key To
TestRunKeyUnique identifier for this test runint
AuditVersionOne identifier for this test runint
DateKeyForeign Key to date the test were executedintDim.Date
DateDate the test were executeddatetime
TestSuiteKeyForeign Key to Test SuiteintDim.TestSuite
ElapsedAmount of time it took to execute the testsfloat
PassedNumber of tests that passedfloat
FailedNumber of tests that failedfloat
NotRunNumber of tests that were not executedfloat