SpiraPlan: ImportExport SOAP Web Service

See all operations

TestRun_Save

Description

Saves set of test runs, each containing test run steps

Example(s)

            RemoteManualTestRun[] remoteTestRuns = spiraImportExport.TestRun_Save(remoteTestRuns, DateTime.Now);
            

Parameters

Type Name Required
ArrayOfRemoteManualTestRun? remoteTestRuns - The test run objects to persist
dateTimeendDate - The effective end-date of the test run Yes

Return Value

ArrayOfRemoteManualTestRun - The saved copy of the test run objects (contains generated IDs)