Click or drag to resize

ConditionalTestStepTrueSteps Property

This test step will be executed when the condition is meet.

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

Property Value

Type: TestStepGroup
See Also