Click or drag to resize

StartServiceSimulationTestStepUseDefaultParameters Property

Gets or sets a value indicating whether use the default parameters from test profile, For example the service ports. If the automation has no profile associated, then the current test profile will be used.

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

Property Value

Type: Boolean
true if parameters from Profile will be used; otherwise, false.
See Also