SpiraPlan: SoapService SOAP Web Service
See all operations
RemoteTestStep
This represents a single test step 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 |
---|---|---|---|
Description | string? | The description of what the tester should do to execute this step | |
ExecutionStatusId | int? | The id of the execution status for the last time it was executed | |
ExpectedResult | string? | The description of what the tester should see if the step succeeds | |
LastUpdateDate | dateTime | The date the test step was last updated | Yes |
LinkedTestCaseId | int? | If this step is really a linked test case, this is the id of the linked test case | |
Position | int | The position of the step in the test case | Yes |
Precondition | string? | Precondition field (used for BDD tests) | |
SampleData | string? | Any sample data that the tester should use during execution | |
TestCaseGuid | string? | The guid of the test case the step belongs to | |
TestCaseId | int | The id of the test case the step belongs to | Yes |
TestStepId | int? | The id of the test step |