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 | |
ProjectId | int? | The id of the current project | |
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 |