ITestManagementTeamProject.CreateTestQuery Method
Include Protected Members
Include Inherited Members
Creates a new test case query.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
CreateTestQuery(array<Int32[]) | Creates a new test case query from the given non-empty array of test case IDs. | |
CreateTestQuery(String) | Creates a new test case query from the given query string. | |
CreateTestQuery(array<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. |
Top