SpiraPlan: SoapService SOAP Web Service

See all operations

TestRun_CreateFromTestSet

Description

Creates a new test run shell from the provided test set

Example(s)

            RemoteManualTestRun[] remoteTestRuns = spiraImportExport.TestRun_CreateFromTestSet(credentials, projectId, testSetId1);
            

Parameters

Type Name Required
RemoteCredentials? credentials - The API credentials
intprojectId - The ID of the project Yes
inttestSetId - The test set to create the run for Yes

Return Value

ArrayOfRemoteManualTestRun - The list of new test case run data objects