SpiraPlan: SoapService SOAP Web Service
See all operations
TestCase_MoveStep
Description
Moves a test step to a different position in the test case
Parameters
Type | Name | Required |
---|---|---|
RemoteCredentials? | credentials - The API credentials | |
int | projectId - The ID of the project | Yes |
int | testCaseId - The id of the test case we're interested in | Yes |
int | sourceTestStepId - The id of the test step we want to move | Yes |
int? | destinationTestStepId - The id of the test step we want to move it in front of (passing Null means end of the list) |