Click or drag to resize

TestStepResultConditionStepId Property

Gets or sets the identifier of the test step

Namespace:  Hummingbird.TestFramework.Automation.FunctionalConditions
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public Guid StepId { get; set; }

Property Value

Type: Guid
A Guid value represents a test step.
See Also