Click or drag to resize

AbstractServiceSendRequest Method

Send the request described in requestMetadata and transform requestObject to its definitive format. This method is synchronized, and should ONLY be called in functional test and automated test, else the UI thread will be blocked.

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public Message SendRequest(
	RequestData requestData
)

Parameters

requestData
Type: Hummingbird.TestFramework.ServicesRequestData
RequestData contains the details of the request to sent

Return Value

Type: Message
Message object contains information of execution, this message will be shown in the main window
See Also