Skip to end of metadata
Go to start of metadata

SessionResult

Each record represents a recorded session object's test metrics.


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. FK TestCaseResult.TestCaseId 
SessionId (PK)int32Numeric id of the session. FK SessionInfo.SessionId
ResponseTimefloatAverage response time of the session during the test
StdResponseTimefloatStd. Dev response time of the session during the test
TTFBfloatAverage time to first byte of the session during the test
NetworkTimefloatAverage network time of the session during the test
RequestSizefloatAverage request size of the session during the test
ResponseSizefloatAverage request size of the session during the test
SessionCountint32Number of requests issued of the session during the test
Errorsint32Number of response errors that occurred during the test
Timeoutsint32Number of timeouts that occurred during the test
  • No labels