Click or drag to resize

StartServiceSimulationTestStepServiceName Property

Gets or sets the display name of the selected service stub.

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

Property Value

Type: String
The display name.
Remarks
When automation test is running on another machine without installed the virtualized server stub (for example 3rd party services), this name can help tester to prepare better the prerequisites.
See Also