SpiraPlan: SoapService SOAP Web Service
See all operations
TestSet_CheckInUseStatus
Description
Checks to see if a specific test case in a test set is either in use or available for automated execution
Used by RemoteLaunch when in load-balanced execution mode (to avoid being executed simultenously on two hosts)
Parameters
Type | Name | Required |
---|---|---|
RemoteCredentials? | credentials - The credentials for accessing the API | |
int | projectId - The id of the project | Yes |
int | testSetId - The id of the test set | Yes |
int | testSetTestCaseId - The id of the test case in the test set | Yes |
Return Value
boolean - True if 'in use', False if 'available'