Edit

TestResultParameterModel.StepIdentifier Property

Definition

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"
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public string StepIdentifier { get; set; }
member this.StepIdentifier : string with get, set
Public Property StepIdentifier As String

Property Value

Attributes

Applies to