Click or drag to resize

TestStepBaseProject Property

Gets the AutomationProject object where this Test Step depends on.

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

Property Value

Type: AutomationProject
The project object
See Also