Click or drag to resize

SendRequestTestStepUriTemplate Property

The UriTemplate of the request to be sent. If the UriTemplate is NullOrEmpty, then the default UriTemplate in AbstractMetadata will be used.

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

Property Value

Type: String
See Also