Dim.RegressionTestStatus
This feature is available in Enterprise and Ultimate editions.
Regression Tests in VersionOne 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 VersionOne instance.
Table Description
Column Name | Description | DataType |
RegressionTestStatusKey | Data Mart unique identifier for this value | int |
RegressionTestStatusOid | VersionOne identifier for this value | int |
RegressionTestStatusName | Name | nvarchar |
RegressionTestStatusOrder | The order this value appears in the VersionOne dropdown 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 |