Testlab
Class to help establish a connection to the Horizons Testlab site
Properties
- CatiServiceUrl
- 
URL to CATI web service on Testlab 
- LogonWsUrl
- 
URL to LogOn web service on Testlab 
Methods
- CreateLogOnSoapClient()
- 
Create LongOn soap client to login to Testlab 
Returns
Instance of LogOnSoapClient object
- CreateCatiRestClient(string userName, string password, int companyId, string proxy)
- 
Creates CATI REST client to send http requests to CATI REST API on Testlab by user login and password 
Parameters
- userName
- 
Name of the user 
- password
- 
Password 
- companyId
- 
Unique identifier of the company 
- proxy
- 
Proxy address if needed 
Returns
Instance of the RestClient object
- CreateCatiRestClient(string xConfirmitApiKey, int companyId, string proxy)
- 
Creates CATI REST client to send http requests to CATI REST API on Testlab by xConfirmitApiKey