Edit

TestActionResultModel Class

Definition

Represents a test step result.

[System.Runtime.Serialization.DataContract]
public class TestActionResultModel : Microsoft.TeamFoundation.TestManagement.WebApi.TestResultModelBase
type TestActionResultModel = class
    inherit TestResultModelBase
Public Class TestActionResultModel
Inherits TestResultModelBase
Inheritance
Attributes

Constructors

TestActionResultModel()
TestActionResultModel(String, String, SharedStepModel, String, String, String, String, String, String)

Fields

ActionPath

Path identifier test step in test case workitem.

IterationId

Iteration ID of test action result.

SharedStepModel

Reference to shared step workitem.

Url

Url of test action result.

Properties

Comment

Comment in result.

(Inherited from TestResultModelBase)
CompletedDate

Time when execution completed.

(Inherited from TestResultModelBase)
DurationInMs

Duration of execution.

(Inherited from TestResultModelBase)
ErrorMessage

Error message in result.

(Inherited from TestResultModelBase)
Outcome

Test outcome of result.

(Inherited from TestResultModelBase)
StartedDate

Time when execution started.

(Inherited from TestResultModelBase)
StepIdentifier

This is step Id of test case. For shared step, it is step Id of shared step in test case workitem; step Id in shared step. Example: TestCase workitem has two steps:

  1. Normal step with Id = 1
  2. Shared Step with Id = 2. Inside shared step: a) Normal Step with Id = 1 Value for StepIdentifier for First step: "1" Second step: "2;1"

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