Click or drag to resize

ConditionalTestStepFalseSteps Property

Failed test step will be run when the condition is not meet.

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

Property Value

Type: TestStepGroup
See Also