SpiraPlan: SoapService SOAP Web Service
See all operations
TestRun_CreateFromTestCases
Description
Creates a new test run shell from the provided test case(s)
Example(s)
RemoteManualTestRun[] remoteTestRuns = spiraImportExport.TestRun_CreateFromTestCases(credentials, projectId, new int[] { testCaseId3, testCaseId4 }, iterationId1);
Parameters
Type | Name | Required |
---|---|---|
RemoteCredentials? | credentials - The API credentials | |
int | projectId - The ID of the project | Yes |
ArrayOfint? | testCaseIds - The list of test cases to create the run for | |
int? | incidentId - |
Return Value
ArrayOfRemoteManualTestRun - The list of new test case run data objects