Share via


ITestManagementTeamProject.CreateTestQuery Method

 

Creates a new test case query.

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

Overload List

Name Description
System_CAPS_pubmethod CreateTestQuery(Int32[])

Creates a new test case query from the given non-empty array of test case IDs.

System_CAPS_pubmethod CreateTestQuery(Int32[], Int32[], String)

Creates a new test case query based on a non-empty list of ids, a list of revisions and a hint on which fields of the test cases to be retrieved. The query hint is a WIQL query with no clauses. It is used to specified the selected fields. For example: SELECT [System.Title], [System.AreaPath] FROM WorkItems

System_CAPS_pubmethod CreateTestQuery(Int32[], String)

Creates a new test case query from the given non-empty array of test case IDs and a hint that indicates which fields of the test cases will be retrieved.

System_CAPS_pubmethod CreateTestQuery(String)

Creates a new test case query from the given query string.

See Also

ITestManagementTeamProject Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top