Click or drag to resize

AbstractTestItemMoveDown Method

Moves down a test item in its parent items collections

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

Parameters

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