Dim.TestSuite
TestSuites are a set of tests from an external testing system. They may or may not represent tests defined in . This table contains Type 1 data for TestSuites defined in your instance.
Table Description
| Column Name | Description | DataType |
|---|---|---|
| TestSuiteKey | Data Mart unique identifier for this test suite | int |
| TestSuiteOid | Identifier for this test suite | int |
| TestSuiteName | Test Suite Name | nvarchar |
| TestSuiteReference | Reference value for this Test Suite | nvarchar |
| TestSuiteAssetState | Asset State | varchar |
| TestSuiteCreateDateUTC | UTC Date the Test Suite was created | datetime |
| TestSuiteLastModifiedDateUTC | UTC Date the Test Suite was last modified | datetime |
| TestSuiteCreatedByKey | Foreign Key to the Member who created this Test Suite | int |
| TestSuiteLastModifiedByKey | Foreign Key to the Member who last modified this Test Suite | int |
| TestSuiteCreateDateKey | Foreign Key to Dim.Date for the Create Date | int |
| TestSuiteLastModifiedDateKey | Foreign Key to Dim.Date for the Last Modified Date | int |