Dim.RegressionTestStatus
Regression Tests in have an attribute called Status. This is a single select list used to indicate the Status of the Test (i.e. Passed). This table contains Type 1 data for the Regression Test Status values defined in your instance.
Table Description
Column Name | Description | DataType |
---|---|---|
RegressionTestStatusKey | Data Mart unique identifier for this value | int |
RegressionTestStatusOid | Identifier for this value | int |
RegressionTestStatusName | Name of the Regression Test Status | nvarchar |
RegressionTestStatusOrder | The order this value appears in the VersionOne drop-down list | int |
RegressionTestStatusAssetState | State of this value (Active or Closed) | varchar |
RegressionTestStatusCreateDateUTC | UTC Date the value was created | datetime |
RegressionTestStatusLastModifiedDateUTC | UTC Date the value was last modified | datetime |
RegressionTestStatusCreatedByKey | Data Mart identifier of the Dim.Member that created this value | int |
RegressionTestStatusLastModifiedByKey | Data Mart identifier of the Dim.Member that last modified this value | int |
RegressionTestStatusCreateDateKey | Foreign Key to Dim.Date for the Create Date | int |
RegressionTestStatusLastModifiedDateKey | Foreign Key to Dim.Date for the Last Modified Date | int |