Configuration parameters for executing a test run
| Property | Type | Description |
|---|---|---|
| INHERITED FROM Backend_ActionExecuteRequest | ||
| method | String | HTTP method i.e. GET, POST |
| uriFragments | String | URL-encoded uri fragments i.e. foo=bar&bar=foo |
| parameters | String | URL-encoded query parameters i.e. foo=bar&bar=foo |
| headers | String | URL-encoded headers i.e. foo=bar&bar=foo |
| body | Backend_ActionExecuteRequestBody | Request body of this execution |