Edit

TestRun Class

Definition

Test run details.

[System.Runtime.Serialization.DataContract]
public sealed class TestRun : Microsoft.TeamFoundation.TestManagement.WebApi.TestManagementBaseSecuredObject
type TestRun = class
    inherit TestManagementBaseSecuredObject
Public NotInheritable Class TestRun
Inherits TestManagementBaseSecuredObject
Inheritance
Attributes

Constructors

TestRun()

Properties

Build

Build associated with this test run.

BuildConfiguration

Build configuration details associated with this test run.

Comment

Comments entered by those analyzing the run.

CompletedDate

Completed date time of the run.

Controller
CreatedDate
CustomFields
DropLocation
DtlAutEnvironment
DtlEnvironment
DtlEnvironmentCreationDetails
DueDate

Due date and time for test run.

ErrorMessage

Error message associated with the run.

Filter
Id

ID of the test run.

IncompleteTests
IsAutomated

true if test run is automated, false otherwise.

Iteration

The iteration to which the run belongs.

LastUpdatedBy

Team foundation ID of the last updated the test run.

LastUpdatedDate

Last updated date and time

Name

Name of the test run.

NotApplicableTests
Owner

Team Foundation ID of the owner of the runs.

PassedTests

Number of passed tests in the run

Phase
Plan

Test plan associated with this test run.

PostProcessState
Project

Project associated with this run.

Release
ReleaseEnvironmentUri
ReleaseUri
Revision
RunStatistics
StartedDate

Start date time of the run.

State

The state of the run. { NotStarted, InProgress, Waiting }

Substate
TestEnvironment

Test environment associated with the run.

TestMessageLogId
TestSettings
TotalTests

Total tests in the run

UnanalyzedTests
Url

Url of the test run

WebAccessUrl

Methods

SecureIdentityRef(IdentityRef) (Inherited from TestManagementBaseSecuredObject)

Explicit Interface Implementations

ISecuredObject.GetToken() (Inherited from TestManagementBaseSecuredObject)
ISecuredObject.NamespaceId (Inherited from TestManagementBaseSecuredObject)
ISecuredObject.RequiredPermissions (Inherited from TestManagementBaseSecuredObject)

Applies to