Information
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.

ITestManagementService::QueryTestRuns Method (String^)

 

Returns a list of test runs that is found by executing the provided query.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

IEnumerable<ITestRun^>^ QueryTestRuns(
	String^ queryText
)

Parameters

queryText
Type: System::String^

A Work Item Query Language (WIQL) query to execute.

Return Value

Type: System.Collections.Generic::IEnumerable<ITestRun^>^

A list of test runs that match the query.

Return to top
Show: