TestActionResultModel.StepIdentifier Property
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.
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:
- Normal step with Id = 1
- 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