Server

Server

Syntax examples:

server=www.webapplicationstesting.com
server=194.149.225.75

Name or IP address of the server being tested. E.g., www.webapplicationstesting.com or 194.149.225.75


Port

Syntax example:

port=5555

The server port to which the requests are sent.


Httpver

The version of HTTP protocol used by the virtual clients.

1 – Version 1.1;
0 – Version 1.0.


Method

Syntax example:

method=GET

The default method of HTTP request (GET or POST) used in the declared requests (see also $method).


Uri

Syntax example:

uri=/categories/category1.html

Default URI (see also $URI).


Keepalive

Determines whether to use keep-alive requests (see also $keepalive):

1 – make all requests keep-alive;
0 – make all requests non-keep-alive.