SpiraPlan: SoapService SOAP Web Service
See all operations
TestRun_CreateForAutomatedTestSet
Description
Creates a shell set of test runs for an external automated test runner based on the provided test set id
For this method the test set doesn't need an automated host to be set
Example(s)
RemoteAutomatedTestRun[] remoteTestRuns = spiraImportExport.TestRun_CreateForAutomatedTestSet(credentials, projectId, testSetId, token);
Parameters
Type | Name | Required |
---|---|---|
RemoteCredentials? | credentials - The API credentials | |
int | projectId - The ID of the project | Yes |
int | testSetId - The automated test set we want to execute | Yes |
string? | automationHostToken - The unique token that identifies this host |
Return Value
ArrayOfRemoteAutomatedTestRun - The list of test run objects