Click or drag to resize

TestStepBaseRequestText Property

Gets the Request Text from the related message, if the related message is null or empty, the return value is null.

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

Property Value

Type: String
The request text.
See Also