TestCaseResult

Each record represents a test case object's metrics during a test


FieldTypeDescription
TestId (PK)uniqueidentifierGUID of the test run. If this is a SQL CE file then the value will be 00000000-0000-0000-0000-000000000000
TestCaseId (PK)uniqueidentifierThe test case Id of the item.
TestCaseNamenvarchar(32)The name of the test case
VUsint32The number of VUs that executed the test case
IterationsStartedint32The number of iterations started by VUs executing this test case
IterationsEndedint32The number of iterations ended by VUs executing this test case
IterationsFailedint32The number of iterations failed by VUs executing this test case
RemainingSessionsint32The sum of requests not executed in the last started iteration of VUs that are executing this test case.
TotalRequestsint32Total requests issued by VUs executing this test case
AverageIterationTimefloatAverage iteration time of VUs executing this test case
Errorsint32Number of errors occurred in iterations of VUs executing this test case
Timeoutsint32Number of timeouts occurred in iterations of VUs executing this test case
ThinkTimenvarchar(4000)The page think time description
TransactionThinkTimenvarchar(4000)The transaction think time description
IterationDelaynvarchar(4000)The iteration delay time description
  • No labels