HTTP Version |
Selects the HTTP version |
User-Agent Header |
Sets the HTTP User-Agent Header. If none is specified the default HttpClient header is used |
Request Compression |
Selects the request compression type |
Response Compression |
Indicates if compressed responses from hosts are accepted |
Disable Response Decompression |
Disables decompression of compressed responses |
Close connections after request |
Disables HTTP Keep-Alives by requesting to close the HTTP connection after each request. This will have a negative impact on performance but may give more realistic values during load testing |
Chunking Threshold |
Using content-chunking for requests larger than thresholds, blank to disable |
Authenticate Preemptively |
Send Authentication headers with each request without first receiving an authentication challenge. This is a potential security hazard but will improve performance since only one request will be required for authenticated endpoints instead of two |
Expect-Continue |
Adds Expect-Continue header to outgoing request.For further info on this feature check rfc 2616 |
Preencoded Endpoints |
Do not URL-encode endpoints, set this if your endpoint URLs are already URL-encoded (containing for example %20 or %3A) |
Bind Address |
The local address to bind to when sending requests, can be overridden on a request level (with the corresponding request property) and on a system level by setting the soapui.bind.address system variable. |
Include request in time taken |
Includes the time it took to write the request in time-taken |
Include response in time taken |
Includes the time it took to read the response body in time-taken |
Socket Timeout |
The socket timeout for HTTP requests in milliseconds |
Max Response Size |
The maximum number of bytes to read from a response (0 = unlimited) |
Max Connections Per Host |
The maximum number of simultaneous connections to a specific host. Increase this value if you are running LoadTests with more than 500 threads on a particular host. |
Max Total Connections |
The total maximum number of connections. Increase this value if you are running LoadTests with more than 2000 threads. |
Leave MockEngine |
Will leave the MockEngine running even when all MockServices have stopped resulting in much faster startup-times for new MockServices and 404 errors when trying to call a stopped MockService (instead of connection failure) |
Enable Mock HTTP Log |
Logs wire content of all mock requests. Selecting this option will degrade Mock Engine performance marginally and may require restart to enable or disable. |