SessionInfo

Each record represents a recorded session object. A session is a request/response combination.


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
Hostnvarchar(256)The request host
Pathnvarchar(256)The request path
Querynvarchar(2048)The request query
ContentTypenvarchar(256)The response content-type
Timeoutint32The timeout setting for the session that was used during the test to determine if a timeout occurred
  • No labels