Click or drag to resize

ObjectEditorBaseTestItem Property

Gets or sets the test item used for editing the object (mainly for variable token replacement)

Namespace:  Hummingbird.TestFramework.Extensibility
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public AbstractTestItem TestItem { get; set; }

Property Value

Type: AbstractTestItem
The test item can be TestStep, TestCase, TestSuite or AutomationProject
See Also