要求されたページは選択されたバージョンでは利用できない。
Supported API methods in ITAExecution.cs
Lists supported API methods in ITAExecution.cs
The following table lists API methods of the ITAExecution.cs class.
This interface contains behaviors that are invoked to get or set execution information of TA.
Name | Description | Parameter | Returned value |
---|---|---|---|
ExecutionInfo() | Get or set the current test execution environment. | A collection of key/value pairs: - Key: Name of the execution parameter in the dictionary. - Value: Value of the parameter in the dictionary. | A dictionary containing all specified settings for the execution environment. |
Save() | Save the execution environment. | None | - 1 if successful; - 0 if unsuccessful. |
FormatResultFilterString() | List of result types to be uploaded | A comma-delimited list of TestResultType arguments. {passed, failed, etc.} | A formatted string used for selecting results to be uploaded. |