Dim.TestStatus
This feature is available in Enterprise and Ultimate editions.
Test assets 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 Test Status values defined in your VersionOne instance.
Table Description
Column Name | Description | DataType |
TestStatusKey | Datamart unique identifier for this value | int |
TestStatusOid | VersionOne identifier for this value | int |
TestStatusName | Name | nvarchar |
TestStatusOrder | The order this value appears in the VersionOne dropdown list | int |
TestStatusAssetState | State of this list value (Active or Closed) | varchar |
TestStatusCreateDateUTC | UTC Date the value was created | datetime |
TestStatusLastModifiedDateUTC | UTC Date the value was last modified | datetime |
TestStatusCreatedByKey | Data Mart identifier of the Member that created this value | int |
TestStatusLastModifiedByKey | Data Mart identifier of the Member that last modified this value | int |
TestStatusCreateDateKey | Foreign Key to Dim.Date for the Create Date | int |
TestStatusLastModifiedDateKey | Foreign Key to Dim.Date for the Last Modified Date | int |