TestSessionSource Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the source from which the test session was created
public enum TestSessionSource
type TestSessionSource =
Public Enum TestSessionSource
- Inheritance
-
TestSessionSource
Fields
| Name | Value | Description |
|---|---|---|
| Unknown | 0 | Source of test session uncertain as it is stale |
| XTDesktop | 1 | The session was created from Microsoft Test Manager exploratory desktop tool. |
| FeedbackDesktop | 2 | The session was created from feedback client. |
| XTWeb | 3 | The session was created from browser extension. |
| FeedbackWeb | 4 | The session was created from browser extension. |
| XTDesktop2 | 5 | The session was created from web access using Microsoft Test Manager exploratory desktop tool. |
| SessionInsightsForAll | 6 | To show sessions from all supported sources. |