SpiraPlan: ImportExport SOAP Web Service
See all operations
RemoteAutomatedTestRun
Represents an automated test run in the system
Base Classes
This class extends the following base classes:
Properties
The following properties are provided directly by this class:
Name | Type | Description | Required |
---|---|---|---|
AutomationAttachmentId | int? | The id of the attachment that is being used to store the test script (file or url) | |
AutomationEngineId | int? | The id of the automation engine that the result is being recorded for | |
AutomationEngineToken | string? | The token of the automation engine that the result is being recorded for (read-only) | |
AutomationHostId | int? | The id of the automation host that the result is being recorded for | |
Parameters | ArrayOfRemoteTestSetTestCaseParameter? | The list of test case parameters that have been provided | |
RunnerAssertCount | int? | The number of assertions/errors reported during the automated test execution | |
RunnerMessage | string? | The summary result of the test case | |
RunnerName | string? | The name of the external automated tool that executed the test | |
RunnerStackTrace | string? | The detailed trace of test results reported back from the automated testing tool | |
RunnerTestName | string? | The name of the test case as it is known in the external tool | |
ScheduledDate | dateTime? | The datetime the test was scheduled for | |
TestRunFormatId | int | The format of the automation results (1=Plain Text, 2=HTML) stored in the 'RunnerStackTrace' field | Yes |
TestRunSteps | ArrayOfRemoteTestRunStep? | The list of test steps that comprise the automated test ( These are optional for automated test runs. The status of the test run steps does not change the overall status of the automated test run. They are used to simply make reporting clearer inside the system. They will also update the status of appropriate Test Step(s) if a valid test step id is provided. ) |