getTestRunStepsModes
Retrieves a list of display modes for test run steps. Returned strings can be used in CTestCase. A SOAP error envelope is returned if the operation fails.
Parameters
Parameter | Type | Description |
---|---|---|
cookie | long | Session cookie returned by projectLogon. |
Return value
Value | Type |
---|---|
pModeList | string[] |
Example
string[] stepsModes = ttsdk.getTestRunStepsModes(cookie);