ResultDetails 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.
Additional details with test result
public enum ResultDetails
type ResultDetails =
Public Enum ResultDetails
- Inheritance
-
ResultDetails
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | Core fields of test result. Core fields includes State, Outcome, Priority, AutomatedTestName, AutomatedTestStorage, Comments, ErrorMessage etc. |
| Iterations | 1 | Test iteration details in a test result. |
| WorkItems | 2 | Workitems associated with a test result. |
| SubResults | 4 | Subresults in a test result. |
| Point | 8 | Point and plan detail in a test result. |