Server

The server settings are centralized, which means the target server for the test can be quickly changed. It is possible, for example, to quickly switch from the development to the pre-production server.

Available settings

NameDescriptionAccept variableRequiredSince
nameThe name of the server- 
hostThe host of the server 
schemeThe scheme of the server. The available values are "http" and "https". The default value is "http".-- 
portThe port of the server. The default value is "80" (for http scheme) or "443" (for https scheme).- 
basic_authenticationThe Basic Authentication used to authenticate on the server.-- 
ntlm_authenticationThe NTLM Authentication used to authenticate on the server.-- 
negotiate_authenticationThe Negotiate Authentication used to authenticate on the server.-- 

Example

Defining 2 servers: one with the host name only, and an https one with a basic authentication.

basic_authentication

NameDescriptionAccept variableRequiredSince
loginThe login of the user account used to authenticate on the server 
passwordThe password of the user account used to authenticate on the server 
realmThe realm-- 

Example

Defining a basic_authentication for a server.

ntlm_authentication

NameDescriptionAccept variableRequiredSince
loginThe login of the user account used to authenticate on the server 
passwordThe password of the user account used to authenticate on the server 
domainThe domain-- 

Example

Defining a ntlm_authentication for a server.

negotiate_authentication

NameDescriptionAccept variableRequiredSince
loginThe login of the user account used to authenticate on the server 
passwordThe password of the user account used to authenticate on the server 
domainThe domain-- 

Example

Defining a negotiate_authentication for a server.