SpiraPlan: ImportExport SOAP Web Service
See all operations
RemoteTestRun
This object represents a single test run instance 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 |
|---|---|---|---|
| BuildId | int? | The id of the build that the test was executed against | |
| EndDate | dateTime? | The date/time that the test execution was completed | |
| ExecutionStatusId | int | The id of overall execution status for the test run ( Failed = 1; Passed = 2; NotRun = 3; NotApplicable = 4; Blocked = 5; Caution = 6; ) | Yes |
| Name | string? | The name of the test run (usually the same as the test case) | |
| ReleaseId | int? | The id of the release that the test run should be reported against | |
| StartDate | dateTime | The date/time that the test execution was started | Yes |
| TestCaseId | int | The id of the test case that the test run is an instance of | Yes |
| TestRunId | int? | The id of the test run | |
| TestRunTypeId | int | The id of the type of test run (automated vs. manual) | Yes |
| TestSetId | int? | The id of the test set that the test run should be reported against | |
| TestSetTestCaseId | int? | The id of the unique test case entry in the test set | |
| TesterId | int? | The id of the user that executed the test ( The authenticated user is used if no value is provided ) |