Click or drag to resize

TestCaseSteps Property

Gets or sets a list of Test Steps. The test steps will be executed

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