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.
| Name | Description | Accept variable | Required | Since | 
|---|---|---|---|---|
| name | The name of the server | - | ✓ | |
| host | The host of the server | ✓ | ✓ | |
| scheme | The scheme of the server. The available values are "http" and "https". The default value is "http". | - | - | |
| port | The port of the server. The default value is "80" (for http scheme) or "443" (for https scheme). | ✓ | - | |
| basic_authentication | The Basic Authentication used to authenticate on the server. | - | - | |
| ntlm_authentication | The NTLM Authentication used to authenticate on the server. | - | - | |
| negotiate_authentication | The Negotiate Authentication used to authenticate on the server. | - | - | 
Defining 2 servers: one with the host name only, and an https one with a basic authentication.
xxxxxxxxxxserversnamemy-server  hosthost.intranet.company.comnamemy-prod-server  host$prod_host  schemehttps  port443  basic_authentication   login$prod_login   password$prod_password   realmrealm-value| Name | Description | Accept variable | Required | Since | 
|---|---|---|---|---|
| login | The login of the user account used to authenticate on the server | ✓ | ✓ | |
| password | The password of the user account used to authenticate on the server | ✓ | ✓ | |
| realm | The realm | - | - | 
Defining a basic_authentication for a server.
xxxxxxxxxxbasic_authentication  loginadmin  passwordsecret  realmrealm-value| Name | Description | Accept variable | Required | Since | 
|---|---|---|---|---|
| login | The login of the user account used to authenticate on the server | ✓ | ✓ | |
| password | The password of the user account used to authenticate on the server | ✓ | ✓ | |
| domain | The domain | - | - | 
Defining a ntlm_authentication for a server.
xxxxxxxxxxntlm_authentication  loginadmin  passwordsecret  domaindomain-value| Name | Description | Accept variable | Required | Since | 
|---|---|---|---|---|
| login | The login of the user account used to authenticate on the server | ✓ | ✓ | |
| password | The password of the user account used to authenticate on the server | ✓ | ✓ | |
| domain | The domain | - | - | 
Defining a negotiate_authentication for a server.
negotiate_authentication  loginadmin  passwordsecret