SpiraPlan: SoapService SOAP Web Service
TestRun_RecordAutomated3
Description
Records the results of executing multiple automated tests
You need to use this overload when you want to be able to execute a large batch of test runs. It's faster than TestRun_RecordAutomated1 for large numbers of test runs. *However* it does not refresh any of the other items in the project (test cases, requirements, test sets) that also have summarized forms of this data. So once you're done loading data, you *must* call the Project_RefreshProgressExecutionStatusCaches() command once.
Parameters
Type | Name | Required |
---|---|---|
RemoteCredentials? | credentials - The API credentials | |
int | projectId - The ID of the project | Yes |
ArrayOfRemoteAutomatedTestRun? | remoteTestRuns - The list of populated automated test runs |
Return Value
ArrayOfRemoteAutomatedTestRun - the test run data object with its primary key populated