RV_ConfigurationSuiteStatus

The RV_ConfigurationSuiteStatus view lists the status counts for all configuration suites and configurations per build.

You can use this view to create a report that shows the status of all test runs for each configuration in a configuration suite. The key of this table is the combination of the columns ConfigurationID and BuildID.

Row Description
ConfigurationSuiteID Identifier of the configuration suite.
ConfigurationID Identifier of the configuration.
ConfigurationName Name of the configuration.
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 this row 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.