Click or drag to resize

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; }

Property Value

Type: String
The request data serialized in original format.
See Also