TestManagementWebService3
Click here for a complete list of operations.
QueryTestResultsByRun
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/TestManagementWebService3.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/QueryTestResultsByRun"
<?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>
<QueryTestResultsByRun xmlns="http://schemas.microsoft.com/TeamFoundation/2010/07/TCM/TestManagement/01">
<testRunId>int</testRunId>
<pageSize>int</pageSize>
<projectName>string</projectName>
<includeActionResults>boolean</includeActionResults>
</QueryTestResultsByRun>
</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>
<QueryTestResultsByRunResponse xmlns="http://schemas.microsoft.com/TeamFoundation/2010/07/TCM/TestManagement/01">
<QueryTestResultsByRunResult>
<TestCaseResult 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 xsi:nil="true" />
<TestExtensionField xsi:nil="true" />
</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 xsi:nil="true" />
<Release xsi:nil="true" />
</FailingSince>
<IsRerun>boolean</IsRerun>
<SubResultCount>int</SubResultCount>
<ResultGroupType>None or Rerun or DataDriven or OrderedTest or Generic</ResultGroupType>
<TestPhase>unsignedByte</TestPhase>
<Dimensions>
<TestResultDimension xsi:nil="true" />
<TestResultDimension xsi:nil="true" />
</Dimensions>
<Links>
<LinkOfResultLinkType xsi:nil="true" />
<LinkOfResultLinkType xsi:nil="true" />
</Links>
<TestRunTitle>string</TestRunTitle>
<AreaId>int</AreaId>
</TestCaseResult>
<TestCaseResult 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 xsi:nil="true" />
<TestExtensionField xsi:nil="true" />
</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 xsi:nil="true" />
<Release xsi:nil="true" />
</FailingSince>
<IsRerun>boolean</IsRerun>
<SubResultCount>int</SubResultCount>
<ResultGroupType>None or Rerun or DataDriven or OrderedTest or Generic</ResultGroupType>
<TestPhase>unsignedByte</TestPhase>
<Dimensions>
<TestResultDimension xsi:nil="true" />
<TestResultDimension xsi:nil="true" />
</Dimensions>
<Links>
<LinkOfResultLinkType xsi:nil="true" />
<LinkOfResultLinkType xsi:nil="true" />
</Links>
<TestRunTitle>string</TestRunTitle>
<AreaId>int</AreaId>
</TestCaseResult>
</QueryTestResultsByRunResult>
<excessIds>
<TestCaseResultIdentifier TestRunId="int" TestResultId="int" />
<TestCaseResultIdentifier TestRunId="int" TestResultId="int" />
</excessIds>
<actionResults>
<TestActionResult ActionPath="string" SetId="int" SetRevision="int" IterationId="int" />
<TestActionResult ActionPath="string" SetId="int" SetRevision="int" IterationId="int" />
</actionResults>
<parameters>
<TestResultParameter TestRunId="int" TestResultId="int" IterationId="int" ActionPath="string" ParameterName="string" DataType="unsignedByte">
<Expected>base64Binary</Expected>
<Actual>base64Binary</Actual>
</TestResultParameter>
<TestResultParameter TestRunId="int" TestResultId="int" IterationId="int" ActionPath="string" ParameterName="string" DataType="unsignedByte">
<Expected>base64Binary</Expected>
<Actual>base64Binary</Actual>
</TestResultParameter>
</parameters>
<attachments>
<TestResultAttachment Id="int" FileName="string" AttachmentType="string" TestRunId="int" TestResultId="int" CreationDate="dateTime" Length="long" IterationId="int" ActionPath="string" SubResultId="int" SessionId="int" IsComplete="boolean" TmiRunId="guid" DownloadQueryString="string">
<Comment>string</Comment>
</TestResultAttachment>
<TestResultAttachment Id="int" FileName="string" AttachmentType="string" TestRunId="int" TestResultId="int" CreationDate="dateTime" Length="long" IterationId="int" ActionPath="string" SubResultId="int" SessionId="int" IsComplete="boolean" TmiRunId="guid" DownloadQueryString="string">
<Comment>string</Comment>
</TestResultAttachment>
</attachments>
</QueryTestResultsByRunResponse>
</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/TestManagementWebService3.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>
<QueryTestResultsByRun xmlns="http://schemas.microsoft.com/TeamFoundation/2010/07/TCM/TestManagement/01">
<testRunId>int</testRunId>
<pageSize>int</pageSize>
<projectName>string</projectName>
<includeActionResults>boolean</includeActionResults>
</QueryTestResultsByRun>
</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>
<QueryTestResultsByRunResponse xmlns="http://schemas.microsoft.com/TeamFoundation/2010/07/TCM/TestManagement/01">
<QueryTestResultsByRunResult>
<TestCaseResult 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 xsi:nil="true" />
<TestExtensionField xsi:nil="true" />
</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 xsi:nil="true" />
<Release xsi:nil="true" />
</FailingSince>
<IsRerun>boolean</IsRerun>
<SubResultCount>int</SubResultCount>
<ResultGroupType>None or Rerun or DataDriven or OrderedTest or Generic</ResultGroupType>
<TestPhase>unsignedByte</TestPhase>
<Dimensions>
<TestResultDimension xsi:nil="true" />
<TestResultDimension xsi:nil="true" />
</Dimensions>
<Links>
<LinkOfResultLinkType xsi:nil="true" />
<LinkOfResultLinkType xsi:nil="true" />
</Links>
<TestRunTitle>string</TestRunTitle>
<AreaId>int</AreaId>
</TestCaseResult>
<TestCaseResult 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 xsi:nil="true" />
<TestExtensionField xsi:nil="true" />
</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 xsi:nil="true" />
<Release xsi:nil="true" />
</FailingSince>
<IsRerun>boolean</IsRerun>
<SubResultCount>int</SubResultCount>
<ResultGroupType>None or Rerun or DataDriven or OrderedTest or Generic</ResultGroupType>
<TestPhase>unsignedByte</TestPhase>
<Dimensions>
<TestResultDimension xsi:nil="true" />
<TestResultDimension xsi:nil="true" />
</Dimensions>
<Links>
<LinkOfResultLinkType xsi:nil="true" />
<LinkOfResultLinkType xsi:nil="true" />
</Links>
<TestRunTitle>string</TestRunTitle>
<AreaId>int</AreaId>
</TestCaseResult>
</QueryTestResultsByRunResult>
<excessIds>
<TestCaseResultIdentifier TestRunId="int" TestResultId="int" />
<TestCaseResultIdentifier TestRunId="int" TestResultId="int" />
</excessIds>
<actionResults>
<TestActionResult ActionPath="string" SetId="int" SetRevision="int" IterationId="int" />
<TestActionResult ActionPath="string" SetId="int" SetRevision="int" IterationId="int" />
</actionResults>
<parameters>
<TestResultParameter TestRunId="int" TestResultId="int" IterationId="int" ActionPath="string" ParameterName="string" DataType="unsignedByte">
<Expected>base64Binary</Expected>
<Actual>base64Binary</Actual>
</TestResultParameter>
<TestResultParameter TestRunId="int" TestResultId="int" IterationId="int" ActionPath="string" ParameterName="string" DataType="unsignedByte">
<Expected>base64Binary</Expected>
<Actual>base64Binary</Actual>
</TestResultParameter>
</parameters>
<attachments>
<TestResultAttachment Id="int" FileName="string" AttachmentType="string" TestRunId="int" TestResultId="int" CreationDate="dateTime" Length="long" IterationId="int" ActionPath="string" SubResultId="int" SessionId="int" IsComplete="boolean" TmiRunId="guid" DownloadQueryString="string">
<Comment>string</Comment>
</TestResultAttachment>
<TestResultAttachment Id="int" FileName="string" AttachmentType="string" TestRunId="int" TestResultId="int" CreationDate="dateTime" Length="long" IterationId="int" ActionPath="string" SubResultId="int" SessionId="int" IsComplete="boolean" TmiRunId="guid" DownloadQueryString="string">
<Comment>string</Comment>
</TestResultAttachment>
</attachments>
</QueryTestResultsByRunResponse>
</soap12:Body>
</soap12:Envelope>