Click or drag to resize

CommandLineTestStepWorkingDirectory Property

Gets or sets the working directory. If the property is or Empty, the working directory will be set to the same directory of the Project File

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public string WorkingDirectory { get; set; }

Property Value

Type: String
The working directory.
See Also