SpiraPlan: ImportExport 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 |
---|---|---|---|
ActualResult | string? | The actual result that occurs when the tester executes the step | |
Description | string? | The description of what the tester should do when executing the step | |
ExecutionStatusId | int | 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 |
ExpectedResult | string? | The expected result that should oocur when the tester executes the step | |
Position | int | The positional order of the test run step in the test run | Yes |
SampleData | string? | The sample data that should be used by the tester | |
TestCaseId | int? | 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 ) | |
TestRunId | int | The is of the parent test run | Yes |
TestRunStepId | int? | The id of the test run step | |
TestStepId | int? | The id of the test step the test run step is based on |