Click or drag to resize

TestStepGroupSteps Property

Gets or sets the test steps (TestStepBase) included in this TestStepGroup

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public ObservableCollection<TestStepBase> Steps { get; set; }

Property Value

Type: ObservableCollectionTestStepBase
The steps.
See Also