TestCaseResult Class
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 a test result.
[System.Runtime.Serialization.DataContract]
public class TestCaseResult : Microsoft.VisualStudio.Services.WebApi.ISecuredObject
type TestCaseResult = class
interface ISecuredObject
Public Class TestCaseResult
Implements ISecuredObject
- Inheritance
-
TestCaseResult
- Attributes
- Implements
-
Microsoft.VisualStudio.Services.WebApi.ISecuredObject
Constructors
| TestCaseResult() |
Fields
| AfnStripId |
Test attachment ID of action recording. |
| Area |
Reference to area path of test. |
| AssociatedBugs |
Reference to bugs linked to test result. |
| AutomatedTestId |
ID representing test method in a dll. |
| AutomatedTestStorage |
Container to which test belongs. |
| AutomatedTestType |
Type of automated test. |
| AutomatedTestTypeId | |
| Build |
Shallow reference to build associated with test result. |
| BuildReference |
Reference to build associated with test result. |
| Comment |
Comment in a test result. |
| CompletedDate |
Time when test execution completed. |
| ComputerName |
Machine name where test executed. |
| Configuration |
Test configuration of a test result. |
| CreatedDate |
Timestamp when test result created. |
| CustomFields |
Additional properties of test result. |
| DurationInMs |
Duration of test execution in milliseconds. |
| ErrorMessage |
Error message in test execution. |
| FailingSince |
Information when test results started failing. |
| FailureType |
Failure type of test result. |
| Id |
ID of a test result. |
| IterationDetails |
Test result details of test iterations. |
| LastUpdatedBy |
Reference to identity last updated test result. |
| LastUpdatedDate |
Last updated datetime of test result. |
| Outcome |
Test outcome of test result. |
| Owner |
Reference to test owner. |
| Priority |
Priority of test executed. |
| Project |
Reference to team project. |
| Release |
Shallow reference to release associated with test result. |
| ReleaseReference |
Reference to release associated with test result. |
| ResetCount | |
| ResolutionState |
Resolution state of test result. |
| ResolutionStateId |
ID of resolution state. |
| ResultGroupType |
Hierarchy type of the result, default value of None means its leaf node. |
| Revision |
Revision number of test result. |
| RunBy |
Reference to identity executed the test. |
| StackTrace |
Stacktrace. |
| StartedDate |
Time when test execution started. |
| State |
State of test result. |
| SubResults |
List of sub results inside a test result, if ResultGroupType is not None, it holds corresponding type sub results. |
| TestCase |
Reference to the test executed. |
| TestCaseReferenceId |
Reference ID of test used by test result. |
| TestCaseRevision |
Name of test. |
| TestCaseTitle |
Name of test. |
| TestPlan |
Reference to test plan test case workitem is part of. |
| TestPoint |
Reference to the test point executed. |
| TestRun |
Reference to test run. |
| TestSuite |
Reference to test suite test case workitem is part of. |
| Url |
Url of test result. |
Properties
| AutomatedTestName |
Fully qualified name of test executed. |
Explicit Interface Implementations
| ISecuredObject.GetToken() | |
| ISecuredObject.NamespaceId | |
| ISecuredObject.RequiredPermissions |