Click or drag to resize

AutomationProjectSaveAs Method

Saves the current automation project as other file.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public bool SaveAs(
	string path
)

Parameters

path
Type: SystemString
The path.

Return Value

Type: Boolean
A Boolean value indicate if the current automation project is saved.
See Also