SpiraPlan: ImportExport SOAP Web Service
See all operations
TestRun_Save
Description
Saves set of test runs, each containing test run steps
Example(s)
a) RemoteManualTestRun[] remoteTestRuns = spiraImportExport.TestRun_Save(remoteTestRuns, DateTime.UtcNow); b) RemoteManualTestRun[] remoteTestRuns = spiraImportExport.TestRun_Save(remoteTestRuns, null);
Parameters
Type | Name | Required |
---|---|---|
ArrayOfRemoteManualTestRun? | remoteTestRuns - The test run objects to persist | |
dateTime? | endDate - The effective end-date of the test run (leave null to use the values specified on each test run object or the time of the API call) |
Return Value
ArrayOfRemoteManualTestRun - The saved copy of the test run objects (contains generated IDs)