Edit

TestResultParameterModel Class

Definition

Test parameter information in a test iteration.

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

Constructors

TestResultParameterModel()
TestResultParameterModel(Int32, String, String, Byte, Byte[])
TestResultParameterModel(Int32, String, String, String)

Fields

Url

Url of test parameter.

Properties

ActionPath

Test step path where parameter is referenced.

DataType
IterationId

Iteration ID.

ParameterName

Name of parameter.

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"
Value

Value of parameter.

Methods

BytesToValue(Byte[])
SecureIdentityRef(IdentityRef) (Inherited from TestManagementBaseSecuredObject)
ValueToBytes(String)

Explicit Interface Implementations

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

Applies to