Click or drag to resize

AutomationProjectGetTestItem Method

Gets the AbstractTestItem object from Id

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public AbstractTestItem GetTestItem(
	Guid testStepId
)

Parameters

testStepId
Type: SystemGuid
The test step identifier.

Return Value

Type: AbstractTestItem
The AbstractTestItem object where Id equals to testStepId. If no items is found, a null object will be returned.
See Also