SpiraPlan: ImportExport 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)
spiraImportExport.Connection_Authenticate2(userName, password, engineName); spiraImportExport.Connection_ConnectToProject(projectId); RemoteAutomatedTestRun[] remoteTestRuns = spiraImportExport.TestRun_CreateForAutomatedTestSet(testSetId, token);
Parameters
Type | Name | Required |
---|---|---|
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