Click or drag to resize

CommandLineTestStepFileName Property

Gets or sets the executable (.exe, .bat) file to launch.

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

Property Value

Type: String
The executable.
See Also