The following data mart tables and views are available for easy and fast reporting.
DM_TestStatus The DM_TestStatus table is the basis for status-related views.
RV_TestStatusExtended The RV_TestStatusExtended view provides detailed information for a certain test execution.
RV_LatestTestStatus The RV_LatestTestStatus view provides status and extended information on the latest test run of a test within the context of a specific execution
plan and build.
RV_LatestFinishedTestStatus The RV_LatestFinishedTestStatus view provides status and extended information on the latest test run of a test within the context of a specific execution
plan and build. This view provides similar information as the RV_LatestTestStatus view, but only for test runs within finished execution plan runs.
RV_MaxTestRunID The RV_MaxTestRunID view is a helper to retrieve the latest test run ID for every test, execution plan, and build combination.
RV_MaxFinishedTestRunID The RV_MaxFinishedTestRunID view is a helper to retrieve the latest test run ID for every test, execution plan, and build combination. This view provides
similar information as the RV_MaxTestRunID view, but only for test runs from finished execution plan runs.
RV_TestingCycleStatus The RV_TestingCycleStatus view provides status information for testing cycles.
RV_ExecutionPlanStatusPerBuild The RV_ExecutionPlanStatusPerBuild view retrieves the latest test status sums for every execution plan in context of builds.
RV_EPFinishedStatusPerBuild The RV_EPFinishedStatusPerBuild view retrieves the latest test status sums for every execution plan in context of builds. This view provides similar information
as the RV_ExecutionPlanStatusPerBuild view, but only for test runs from finished execution plan runs.
RV_ExecutionPlanStatusRollup The RV_ExecutionPlanStatusRollup view retrieves the sums for passed, failed, and not-executed tests per execution plan or folder in context of a build.
RV_EPFinishedStatusRollup The RV_EPFinishedStatusRollup view retrieves the sums for passed, failed, and not-executed tests per execution plan or folder in context of a build. This
view provides similar information as the RV_ExecutionPlanStatusRollup view, but only for test runs from finished execution plan runs.
RV_ConfigurationSuiteStatus The RV_ConfigurationSuiteStatus view lists the status counts for all configuration suites and configurations per build.
RV_ConfigSuiteFinishedStatus The RV_ConfigSuiteFinishedStatus view lists the status counts for all configuration suites and configurations per build. This view provides similar information
as the RV_ConfigurationSuiteStatus view, but only for test runs from finished execution plan runs.