addTestConfig

Adds a test configuration to the project. If valid information is sent, a record ID for the test configuration is returned.A SOAP error envelope is returned if the operation fails.

Parameters

Parameter Type Description
cookie long Session cookie returned by projectLogon.
pTestConfig CSystem Test configuration fields and properties.

Return value

Value Type
recordID long

Example

CSystem tConfig = new CSystem();

 

tConfig.systemname = "Main configuration";

tConfig.computerbrand = "Brand";

 

long testconfigID = ttsdk.addTestConfig(cookie, tConfig);