SpiraPlan: ImportExport SOAP Web Service
See all operations
RemoteTestRun
Base Classes
This class extends the following base classes:
Properties
The following properties are provided directly by this class:
Name | Type | Description | Required |
---|---|---|---|
ActualDuration | int? | The actual duration of how long the test should take to execute (read-only) ( This field is calculated from the start/end dates provided during execution ) | |
BuildId | int? | The id of the build that the test was executed against | |
EndDate | dateTime? | The date/time that the test execution was completed | |
EstimatedDuration | int? | The estimated duration of how long the test should take to execute (read-only) ( This field is populated from the test case being executed ) | |
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 ) |