SpiraPlan: SoapService SOAP Web Service

See all operations

RemoteTestRunStep

This object represents a single step in a test run in the system

Base Classes

None

Properties

The following properties are provided directly by this class:

Name Type Description Required
ActualDurationint? The actual duration of the test run step
ActualResultstring? The actual result that occurs when the tester executes the step
Descriptionstring? The description of what the tester should do when executing the step
EndDatedateTime? The end date/time of the test run step
ExecutionStatusIdint The id of the execution status of the test run step result ( Failed = 1; Passed = 2; NotRun = 3; NotApplicable = 4; Blocked = 5; Caution = 6; ) Yes
ExpectedResultstring? The expected result that should oocur when the tester executes the step
Positionint The positional order of the test run step in the test run Yes
SampleDatastring? The sample data that should be used by the tester
StartDatedateTime? The start date/time of the test run step
TestCaseIdint? The id of the test case that the test run step is based on ( May be different from the TestRun.TestCaseId in the case of Linked Test Cases )
TestRunIdint The is of the parent test run Yes
TestRunStepIdint? The id of the test run step
TestStepIdint? The id of the test step the test run step is based on