Click or drag to resize

AutomationProjectDeleteItem Method

Deletes an sub item from the current scope. for Test Case, the item is test Step, For Test Suite, the item is test case, ...

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public override void DeleteItem(
	Object item
)

Parameters

item
Type: SystemObject
The item to be deleted.
See Also