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(new int[] { testCaseId3, testCaseId4 }, iterationId1);
            

Parameters

Type Name Required
ArrayOfint? testCaseIds - The list of test cases to create the run for
int? releaseId - A release to associate the test run with (optional)

Return Value

ArrayOfRemoteManualTestRun - The list of new test case run data objects