SpiraPlan: SoapService SOAP Web Service
See all operations
TestRun_RetrieveById
Description
Retrieves a single test run in the system. Only returns the generic information that is applicable for both automated and manual tests. Consider using TestRun_RetrieveAutomatedById or TestRun_RetrieveManualById if you need the automation/manual specific data for the test run
Parameters
| Type | Name | Required |
|---|---|---|
| RemoteCredentials? | credentials - The API credentials | |
| int | projectId - The ID of the project | Yes |
| int | testRunId - The id of the test run | Yes |
Return Value
RemoteTestRun - Test Run object