Click or drag to resize

TestStepGroupParent Property

Gets the parent of this TestStepGroup;

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public TestStepBase Parent { get; }

Property Value

Type: TestStepBase
The parent.
See Also