Click or drag to resize

AbstractTestItemMoveToTop Method

Moves on top a test item in its parent items collection.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public void MoveToTop(
	AbstractTestItem testItem
)

Parameters

testItem
Type: Hummingbird.TestFramework.AutomationAbstractTestItem
The test item.
See Also