Description
The table stores the statistics of test sets.
Columns
The table contains the following columns:
FKID : int, allows null: no
The ID of the related test set.
AvgRunTime : int, allows null: yes
The test set’s average run time, in seconds.
LastRunByUserId : int, allows null: yes
The ID of the user who last ran the test set.
LastRunByUserName : nvarchar (max 100 chars, or 202 bytes), allows null: yes
The name of the user who last ran the test, in the Last name, First name
format.
LastRunDate : datetime, allows null: yes
The date and time when the test set was last run.
The stored date and time are based on the server’s time zone. For more information, see Date and Time Fields.
LastRunReleaseId : int, allows null: yes
The ID of the release that was last used in the test set.
LastRunReleaseName : varchar (max 255 chars), allows null: yes
The name of the release that was last used in the test set.
LastRunStatus : nvarchar (max 100 chars, or 202 bytes), allows null: yes
The status of the last test set run.
LastRunTestConfigId : int, allows null: yes
The ID of the configuration used for the last test set run.
LastRunTestConfigName : nvarchar (max 100 chars, or 202 bytes), allows null: yes
The name of the configuration used for the last test set run.
NbrTests : int, allows null: yes
The number of tests in the related test set.
NbrTimesRun : int, allows null: yes
The number of times the test set was run.