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

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

Properties

Name Description
System_CAPS_pubproperty Name

Gets the name or brief description of the query.

System_CAPS_pubproperty Owner

Gets the user name of the person who created the query.

System_CAPS_pubproperty QueryText

Gets the text of the query.

Methods

Name Description
System_CAPS_pubmethod Execute()

Executes the query on the server and returns a list of test cases that match the query.

See Also

Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top