The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ITestPlan::QueryImpactedPoints Method (Uri^, String^)
Returns a collection of test points that is affected by all builds. This includes previous builds and the specified build.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
IImpactedTestPointCollection^ QueryImpactedPoints( Uri^ buildUri, String^ testCaseFieldText )
Parameters
- buildUri
-
Type:
System::Uri^
The URI for a previous build or the current build.
- testCaseFieldText
-
Type:
System::String^
A WIQL string that finds test cases by looking at fields that have specific values or ranges.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client::IImpactedTestPointCollection^A collection of affected test points.
Show: