SpiraPlan: SoapService 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
ActualDurationint? 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 )
BuildIdint? The id of the build that the test was executed against
EndDatedateTime? The date/time that the test execution was completed
EstimatedDurationint? The estimated duration of how long the test should take to execute (read-only) ( This field is populated from the test case being executed )
ExecutionStatusIdint The id of overall execution status for the test run ( Failed = 1; Passed = 2; NotRun = 3; NotApplicable = 4; Blocked = 5; Caution = 6; ) Yes
Namestring? The name of the test run (usually the same as the test case)
ReleaseIdint? The id of the release that the test run should be reported against
StartDatedateTime The date/time that the test execution was started Yes
TestCaseIdint The id of the test case that the test run is an instance of Yes
TestRunIdint? The id of the test run
TestRunTypeIdint The id of the type of test run (automated vs. manual) Yes
TestSetIdint? The id of the test set that the test run should be reported against
TestSetTestCaseIdint? The id of the unique test case entry in the test set
TesterIdint? The id of the user that executed the test ( The authenticated user is used if no value is provided )