Click or drag to resize

CustomTestStep Constructor

Initializes a new instance of the CustomTestStep class.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public CustomTestStep(
	Type testStepType
)

Parameters

testStepType
Type: SystemType
Type of the underlying test step.
See Also