Click or drag to resize

TestStepBaseDeleteItem 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. it could be one of the AbstractTestItem or one of the LoadTestCase
See Also