Click or drag to resize

DotNetScriptTestStepBaseScript Property

Gets or sets the C# Script to run

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

Property Value

Type: String
The script to run. The script can use all the features of Test Framework.
See Also