Click or drag to resize

CustomTestStepTestStep Property

Gets the underlying test step.

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

Property Value

Type: TestStepBase
The underlying test step.
See Also