- Created by SS Doc Editor, last modified on Apr 28, 2020
SessionInfo
Each record represents a recorded session object. A session is a request/response combination.
Field | Type | Description |
---|---|---|
TestId (PK) | uniqueidentifier | GUID of the test run. If this is a SQL CE file then the value will be 00000000-0000-0000-0000-000000000000 |
TestCaseId (PK) | uniqueidentifier | The test case Id of the item. FK TestCaseResult.TestCaseId |
SessionId (PK) | int32 | Numeric id of the session |
Host | nvarchar(256) | The request host |
Path | nvarchar(256) | The request path |
Query | nvarchar(2048) | The request query |
ContentType | nvarchar(256) | The response content-type |
Timeout | int32 | The timeout setting for the session that was used during the test to determine if a timeout occurred |
- No labels
Overview
Content Tools