deleteTestConfig
Deletes a test configuration from the project based on name. A SOAP error envelope is returned if the operation fails.
Parameters
Parameter | Type | Description |
---|---|---|
cookie | long | Session cookie returned by projectLogon. |
name | string | Name of the test configuration to delete. If the name matches more than one test config, the operation fails. |
Return value
Value | Type | Notes |
---|---|---|
result | int | 0 indicates success. Check the return value in case of an error. |
Example
ttsdk.deleteTestConfig(cookie, "Main configuration");