Description
Contains information on test set runs. This information is grouped by releases and test configurations.
Dependencies
Columns
ConfigurationName : nvarchar (max 255 chars, or 512 bytes), allows null: no
The name of the test configuration.
NbrAwaitingRun : int, allows null: no
The number of tests that are awaiting run.
NbrFailed : int, allows null: no
The number of failed test runs.
NbrPassed : int, allows null: no
The number of passed test runs.
NbrRuns : int, allows null: yes
The number of total test runs.
ReleaseId : int, allows null: no
The ID of the related release, iteration, or build.
TestConfigId : int, allows null: yes
The ID of the test configuration that was used for the test run.
TestSetId : int, allows null: yes
The ID of the related test set.
TestSetName : nvarchar (max 255 chars, or 512 bytes), allows null: no
An alias for the Title column of the TestSets table.
The title of the test set.