Syntax examples:
server=www.webapplicationstesting.com
server=194.149.225.75Name or IP address of the server being tested. E.g., www.webapplicationstesting.com or 194.149.225.75
Syntax example:
port=5555
The server port to which the requests are sent.
The version of HTTP protocol used by the virtual clients.
1 – Version 1.1;
0 – Version 1.0.
Syntax example:
method=GET
The default method of HTTP request (GET or POST) used in the declared requests (see also $method).
Syntax example:
uri=/categories/category1.html
Default URI (see also $URI).
Determines whether to use keep-alive requests (see also $keepalive):
1 – make all requests keep-alive;
0 – make all requests non-keep-alive.