ITestCaseQuery Interface

Represents a stored test case query.

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

Syntax

'Declaration
Public Interface ITestCaseQuery
public interface ITestCaseQuery
public interface class ITestCaseQuery
type ITestCaseQuery =  interface end
public interface ITestCaseQuery

The ITestCaseQuery type exposes the following members.

Properties

  Name Description
Public property Name Gets the name or brief description of the query.
Public property Owner Gets the user name of the person who created the query.
Public property QueryText Gets the text of the query.

Top

Methods

  Name Description
Public method Execute Executes the query on the server and returns a list of test cases that match the query.

Top

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace