SendRequestTestStepDisplayRequest Property |
The request data serialized in original format (XML, JSON, SOAP, ...).
This request will be parsed with variables. The parse uses variables in 2 level:
Level 1: Within the same Thread, the framework will use the variable within the thread
Level 2: Within global variables stored in you profile
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public string DisplayRequest { get; set; }
<DataMemberAttribute>
Public Property DisplayRequest As String
Get
Set
public:
[DataMemberAttribute]
property String^ DisplayRequest {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member DisplayRequest : string with get, set
Property Value
Type:
String
The request data serialized in original format.
See Also