Dim.RegressionSuite
Regression Suites represent a set of related regression tests within a regression plan that, together, ensure proper working within a given aspect of the application. This table contains Type 1 data for the Regression Suites defined in your instance.
Table Description
Column Name | Description | DataType |
---|---|---|
RegressionSuiteKey | Datamart unique identifier for the Regression Suite | int |
RegressionSuiteOid | VersionOne identifier for this Regression Suite | int |
RegressionSuiteName | Name of the Regression Suite | nvarchar |
RegressionSuiteDisplayId | Regression Suite Identifier visible in VersionOne grids | varchar |
RegressionSuiteRegressionPlan | Name of the Regression Plan that owns this Suite | nvarchar |
RegressionSuiteRegressionPlanDisplay | Display ID of the Regression Plan that owns this Suite | varchar |
RegressionSuiteProjectName | Name of Project where the Regression Suite is defined | varchar |
RegressionSuiteOwnerName | Full Name of the member who owns the Regression Suite | nvarchar |
RegressionSuiteOwnerShortName | Short Name of the member who owns the Regression Suite | nvarchar |
RegressionSuiteOwnerUserName | Username of the member that owns the Regression Suite | nvarchar |
RegressionSuiteReference | Reference field value on the Regression Suite | nvarchar |
RegressionSuiteEstimate | Value of the Estimate field on the Regression Suite | real |
RegressionSuiteRegressionPlanKey | Foreign Key to the Regression Plan that owns this Suite | int |
RegressionSuiteProjectKey | Foreign Key to the Project where the Regression Suite is defined | int |
RegressionSuiteOwnerKey | Foreign Key to the Project Owner | int |
RegressionSuiteAssetState | AssetState of the Regression Suite | varchar |
RegressionSuiteCreatedByName | Full Name of the member who created this Regression Suite | nvarchar |
RegressionSuiteLastModifiedByName | Full Name of the member who last modified this Regression Suite | nvarchar |
RegressionSuiteCreateDateUTC | UTC Date the Regression Suite was created | datetime |
RegressionSuiteLastModifiedDateUTC | UTC Date the Regression Suite was last modified | datetime |
RegressionSuiteCreatedByKey | Foreign Key to the Dim.Member who created this Regression Suite | int |
RegressionSuiteLastModifiedByKey | Foreign Key to the Dim.Member who last modified this Regression Suite | int |
RegressionSuiteCreateDateKey | Foreign Key to Dim.Date for the Create Date | int |
RegressionSuiteLastModifiedDateKey | Foreign Key to Dim.Date for the Last Modified Date | int |