Click or drag to resize

TestStepBaseResponseText Property

Gets the response text from the related message, if the related message is null 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 ResponseText { get; }

Property Value

Type: String
The response text.
See Also