TestManagementWebService


Click here for a complete list of operations.

FindTestResultInMultipleProjects

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /_tfs_resources/TestManagement/v2.0/TestManagementWebService.asmx HTTP/1.1
Host: dev.pikacom.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://schemas.microsoft.com/TeamFoundation/2010/07/TCM/TestManagement/01/FindTestResultInMultipleProjects"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <FindTestResultInMultipleProjects xmlns="http://schemas.microsoft.com/TeamFoundation/2010/07/TCM/TestManagement/01">
      <testRunId>int</testRunId>
      <testResultId>int</testResultId>
    </FindTestResultInMultipleProjects>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <FindTestResultInMultipleProjectsResponse xmlns="http://schemas.microsoft.com/TeamFoundation/2010/07/TCM/TestManagement/01">
      <FindTestResultInMultipleProjectsResult TestCaseId="int" ConfigurationId="int" ConfigurationName="string" TestPointId="int" State="unsignedByte" FailureType="unsignedByte" ResolutionStateId="int" ComputerName="string" Owner="guid" OwnerName="string" RunBy="guid" RunByName="string" Priority="unsignedByte" TestCaseTitle="string" TestCaseArea="string" BuildType="string" LayoutUid="string" Attempt="int" IsSystemIssue="boolean" ExceptionType="string" Locale="string" BucketUid="string" BucketingSystem="string" ExecutionNumber="int" TopologyId="int" TestCaseAreaUri="string" TestCaseRevision="int" ResetCount="int" AutomatedTestName="string" AutomatedTestStorage="string" AutomatedTestType="string" AutomatedTestTypeId="string" AutomatedTestId="string" Revision="int" BuildNumber="string">
        <AfnStripId>int</AfnStripId>
        <TestCaseReferenceId>int</TestCaseReferenceId>
        <StackTrace />
        <CustomFields>
          <TestExtensionField />
          <TestExtensionField />
        </CustomFields>
        <BuildReference BuildConfigurationId="int" TeamProjectName="string" BuildUri="string" BuildFlavor="string" BuildPlatform="string">
          <BuildId>int</BuildId>
        </BuildReference>
        <ReleaseReference>
          <ReleaseRefId>int</ReleaseRefId>
          <ReleaseUri>string</ReleaseUri>
          <ReleaseEnvUri>string</ReleaseEnvUri>
          <ReleaseId>int</ReleaseId>
          <ReleaseEnvId>int</ReleaseEnvId>
          <ReleaseDefId>int</ReleaseDefId>
          <ReleaseEnvDefId>int</ReleaseEnvDefId>
          <Attempt>int</Attempt>
          <ReleaseName>string</ReleaseName>
          <ReleaseEnvName>string</ReleaseEnvName>
          <ReleaseCreationDate>dateTime</ReleaseCreationDate>
          <EnvironmentCreationDate>dateTime</EnvironmentCreationDate>
          <PrimaryArtifactBuildId>int</PrimaryArtifactBuildId>
          <PrimaryArtifactProjectId>string</PrimaryArtifactProjectId>
          <PrimaryArtifactType>string</PrimaryArtifactType>
        </ReleaseReference>
        <FailingSince>
          <Date>dateTime</Date>
          <Build>
            <Id>int</Id>
            <DefinitionId>int</DefinitionId>
            <Number>string</Number>
            <Uri>string</Uri>
            <BuildSystem>string</BuildSystem>
            <BranchName>string</BranchName>
            <RepositoryId>string</RepositoryId>
          </Build>
          <Release>
            <Id>int</Id>
            <Name>string</Name>
            <EnvironmentId>int</EnvironmentId>
            <EnvironmentName>string</EnvironmentName>
            <DefinitionId>int</DefinitionId>
            <EnvironmentDefinitionId>int</EnvironmentDefinitionId>
            <EnvironmentDefinitionName>string</EnvironmentDefinitionName>
            <CreationDate>dateTime</CreationDate>
            <EnvironmentCreationDate>dateTime</EnvironmentCreationDate>
            <Attempt>int</Attempt>
          </Release>
        </FailingSince>
        <IsRerun>boolean</IsRerun>
        <SubResultCount>int</SubResultCount>
        <ResultGroupType>None or Rerun or DataDriven or OrderedTest or Generic</ResultGroupType>
        <TestPhase>unsignedByte</TestPhase>
        <Dimensions>
          <TestResultDimension>
            <Name>string</Name>
            <Value>string</Value>
          </TestResultDimension>
          <TestResultDimension>
            <Name>string</Name>
            <Value>string</Value>
          </TestResultDimension>
        </Dimensions>
        <Links>
          <LinkOfResultLinkType>
            <DisplayName>string</DisplayName>
            <OperationType>Open or WebService</OperationType>
            <Type>ResultInvestigation or TestInfo or MoreInfo</Type>
            <Url>string</Url>
          </LinkOfResultLinkType>
          <LinkOfResultLinkType>
            <DisplayName>string</DisplayName>
            <OperationType>Open or WebService</OperationType>
            <Type>ResultInvestigation or TestInfo or MoreInfo</Type>
            <Url>string</Url>
          </LinkOfResultLinkType>
        </Links>
        <TestRunTitle>string</TestRunTitle>
        <AreaId>int</AreaId>
      </FindTestResultInMultipleProjectsResult>
      <projectName>string</projectName>
    </FindTestResultInMultipleProjectsResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /_tfs_resources/TestManagement/v2.0/TestManagementWebService.asmx HTTP/1.1
Host: dev.pikacom.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <FindTestResultInMultipleProjects xmlns="http://schemas.microsoft.com/TeamFoundation/2010/07/TCM/TestManagement/01">
      <testRunId>int</testRunId>
      <testResultId>int</testResultId>
    </FindTestResultInMultipleProjects>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <FindTestResultInMultipleProjectsResponse xmlns="http://schemas.microsoft.com/TeamFoundation/2010/07/TCM/TestManagement/01">
      <FindTestResultInMultipleProjectsResult TestCaseId="int" ConfigurationId="int" ConfigurationName="string" TestPointId="int" State="unsignedByte" FailureType="unsignedByte" ResolutionStateId="int" ComputerName="string" Owner="guid" OwnerName="string" RunBy="guid" RunByName="string" Priority="unsignedByte" TestCaseTitle="string" TestCaseArea="string" BuildType="string" LayoutUid="string" Attempt="int" IsSystemIssue="boolean" ExceptionType="string" Locale="string" BucketUid="string" BucketingSystem="string" ExecutionNumber="int" TopologyId="int" TestCaseAreaUri="string" TestCaseRevision="int" ResetCount="int" AutomatedTestName="string" AutomatedTestStorage="string" AutomatedTestType="string" AutomatedTestTypeId="string" AutomatedTestId="string" Revision="int" BuildNumber="string">
        <AfnStripId>int</AfnStripId>
        <TestCaseReferenceId>int</TestCaseReferenceId>
        <StackTrace />
        <CustomFields>
          <TestExtensionField />
          <TestExtensionField />
        </CustomFields>
        <BuildReference BuildConfigurationId="int" TeamProjectName="string" BuildUri="string" BuildFlavor="string" BuildPlatform="string">
          <BuildId>int</BuildId>
        </BuildReference>
        <ReleaseReference>
          <ReleaseRefId>int</ReleaseRefId>
          <ReleaseUri>string</ReleaseUri>
          <ReleaseEnvUri>string</ReleaseEnvUri>
          <ReleaseId>int</ReleaseId>
          <ReleaseEnvId>int</ReleaseEnvId>
          <ReleaseDefId>int</ReleaseDefId>
          <ReleaseEnvDefId>int</ReleaseEnvDefId>
          <Attempt>int</Attempt>
          <ReleaseName>string</ReleaseName>
          <ReleaseEnvName>string</ReleaseEnvName>
          <ReleaseCreationDate>dateTime</ReleaseCreationDate>
          <EnvironmentCreationDate>dateTime</EnvironmentCreationDate>
          <PrimaryArtifactBuildId>int</PrimaryArtifactBuildId>
          <PrimaryArtifactProjectId>string</PrimaryArtifactProjectId>
          <PrimaryArtifactType>string</PrimaryArtifactType>
        </ReleaseReference>
        <FailingSince>
          <Date>dateTime</Date>
          <Build>
            <Id>int</Id>
            <DefinitionId>int</DefinitionId>
            <Number>string</Number>
            <Uri>string</Uri>
            <BuildSystem>string</BuildSystem>
            <BranchName>string</BranchName>
            <RepositoryId>string</RepositoryId>
          </Build>
          <Release>
            <Id>int</Id>
            <Name>string</Name>
            <EnvironmentId>int</EnvironmentId>
            <EnvironmentName>string</EnvironmentName>
            <DefinitionId>int</DefinitionId>
            <EnvironmentDefinitionId>int</EnvironmentDefinitionId>
            <EnvironmentDefinitionName>string</EnvironmentDefinitionName>
            <CreationDate>dateTime</CreationDate>
            <EnvironmentCreationDate>dateTime</EnvironmentCreationDate>
            <Attempt>int</Attempt>
          </Release>
        </FailingSince>
        <IsRerun>boolean</IsRerun>
        <SubResultCount>int</SubResultCount>
        <ResultGroupType>None or Rerun or DataDriven or OrderedTest or Generic</ResultGroupType>
        <TestPhase>unsignedByte</TestPhase>
        <Dimensions>
          <TestResultDimension>
            <Name>string</Name>
            <Value>string</Value>
          </TestResultDimension>
          <TestResultDimension>
            <Name>string</Name>
            <Value>string</Value>
          </TestResultDimension>
        </Dimensions>
        <Links>
          <LinkOfResultLinkType>
            <DisplayName>string</DisplayName>
            <OperationType>Open or WebService</OperationType>
            <Type>ResultInvestigation or TestInfo or MoreInfo</Type>
            <Url>string</Url>
          </LinkOfResultLinkType>
          <LinkOfResultLinkType>
            <DisplayName>string</DisplayName>
            <OperationType>Open or WebService</OperationType>
            <Type>ResultInvestigation or TestInfo or MoreInfo</Type>
            <Url>string</Url>
          </LinkOfResultLinkType>
        </Links>
        <TestRunTitle>string</TestRunTitle>
        <AreaId>int</AreaId>
      </FindTestResultInMultipleProjectsResult>
      <projectName>string</projectName>
    </FindTestResultInMultipleProjectsResponse>
  </soap12:Body>
</soap12:Envelope>