OptionalactionPath identifier for test step in test case workitem. Note: 1) It is represented in Hexadecimal format with 8 digits for a step. 2) Internally, the step ID value for first step starts with 2 so actionPath = 00000002 step 9, will have an ID = 10 and actionPath = 0000000a step 15, will have an ID =16 and actionPath = 00000010 3) actionPath of shared step is concatenated with the parent step of test case. Example, it would be something of type - 0000000300000001 where 00000003 denotes action path of test step and 00000001 denotes action path for shared step
OptionalcommentComment in result.
OptionalcompletedTime when execution completed(UTC).
OptionaldurationDuration of execution.
OptionalerrorError message in result.
OptionaliterationIteration ID of test action result.
OptionaloutcomeTest outcome of result.
OptionalsharedReference to shared step workitem.
OptionalstartedTime when execution started(UTC).
OptionalstepThis 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"
OptionalurlUrl of test action result. Deprecated in hosted environment.
Represents a test step result.