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.

Use this view to create reports that ignore currently running execution plans.

In case of folders, the counters include the numbers from all children. The key of this table is the combination of the columns ExecutionFolderID and BuildID.

Row Description
ExecutionFolderID Identifier of the execution plan.
BuildID Identifier of the build.
PassedCount Sum of all passed tests.
FailedCount Sum of all failed tests.
NotExecutedCount Sum of all not-executed tests.
ProjectID ID of the project that the execution plan belongs to.
BuildName Name of the build used for this test run.
BuildDescription Description of the build.
BuildOrderNumber Order number of the build.
BuildIsTagged 1 if the build is tagged, 0 otherwise.
VersionID ID of the version that the build belongs to.
VersionName Name of the version.
VersionDescription Description of the version.
VersionOrderNumber Order number of the version.
ProductID ID of the product that the build belongs to.
ProductCode Name of the product.
ProductDescription Description of the product.
ProductOrderNumber Order number of the product.