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.

In case of folders, the counters include the numbers from all children. You can use this view to create a report that shows the status of all test runs in a folder. 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.