ITestManagementTeamProject Interface

 

Provides test case management functionality for a team project.

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

Syntax

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

Properties

Name Description
System_CAPS_pubproperty ActionRecordings

Gets a helper object that provides access to the action recordings in this project.

System_CAPS_pubproperty AttachmentDownloadUri

Returns the URI to the attachment download Web service.

System_CAPS_pubproperty AttachmentUploadManager

Gets the uploading manager for attachments in this project.

System_CAPS_pubproperty BugFieldMappings

Gets a helper object that provides access to bug field mappings that are used to create new bugs in this project.

System_CAPS_pubproperty CoverageAnalysisManager

Contains query methods for coverage information pertaining to a build and test run.

System_CAPS_pubproperty DefaultPageSize

Gets or sets the default page size for this project.

System_CAPS_pubproperty DefaultPageSizeForTestPoints

System_CAPS_pubproperty FetchIdentitiesInline

Specifies where TeamFoundationIdentity objects must be fetched alongside test artifacts.

System_CAPS_pubproperty IsValid

Gets a value that indicates whether the project exists on the server.

System_CAPS_pubproperty Queries

Gets the current list of stored queries for this team project.

System_CAPS_pubproperty ServerVersion

Obsolete.The version of TFS server that the client is connected to

System_CAPS_pubproperty Sessions

Contains methods to create, query, and delete sessions.

System_CAPS_pubproperty SharedSteps

Gets a helper object that provides access to the shared steps in this project.

System_CAPS_pubproperty TeamProjectName

Gets the name of the team project.

System_CAPS_pubproperty TestCases

Gets a helper object that provides access to the test cases in this project.

System_CAPS_pubproperty TestConfigurations

Gets a helper object that provides access to the test configurations in this project.

System_CAPS_pubproperty TestEnvironments

Gets a helper object that provides access to the test environments in this project.

System_CAPS_pubproperty TestFailureTypes

System_CAPS_pubproperty TestManagementService

Gets the Test Management Service corresponding to this instance.

System_CAPS_pubproperty TestPlans

Gets a helper object that provides access to the test plans in this project.

System_CAPS_pubproperty TestPoints

Contains methods to block and unblock test points.

System_CAPS_pubproperty TestResolutionStates

Gets a helper object that provides access to the test resolution states in this project.

System_CAPS_pubproperty TestResults

Gets a helper object that provides access to the test results that are shown in this project.

System_CAPS_pubproperty TestRuns

Gets a helper object that provides access to the test runs in this project.

System_CAPS_pubproperty TestSettings

Gets a helper object that provides access to the test settings in this project.

System_CAPS_pubproperty TestSuites

Gets a helper object that provides access to the test suites in this project.

System_CAPS_pubproperty TestVariables

Gets a helper object that provides access to the test variables in this project.

System_CAPS_pubproperty TfsIdentityStore

The Team Foundation Identity cache

System_CAPS_pubproperty WitProject

Gets the underlying work item project.

Methods

Name Description
System_CAPS_pubmethod CreateFromWorkItem(WorkItem)

Returns an object that is derived from the ITestBase interface that can be used in this project.

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.

System_CAPS_pubmethod CreateTmiTestImplementation(String, String, Guid, String, Guid)

Creates a test implementation object by using the provided test name, name of the type of test, the GUID for the type of test, the storage path, and GUID for the test type.

System_CAPS_pubmethod CreateTmiTestImplementation(String, String, String, Guid)

Creates a test implementation object by using the provided test name, type of test, storage path, and GUID for the test type.

System_CAPS_pubmethod DeleteAttachments(IEnumerable<ITestAttachment>)

Deletes the given attachments.

System_CAPS_pubmethod DownloadAttachments(IList<ITestAttachment>, IList<String>)

Downloads a set of attachments to the specified paths.

System_CAPS_pubmethod QueryAttachments(String)

Returns a list of attachments that match the specified query.

System_CAPS_pubmethod QueryAttachmentsByLink(Uri, ITestAttachment, Boolean)

Returns list of sibling attachments and the attachment itself for an attachment artifact uri.

System_CAPS_pubmethod WorkItemTypesFor(String)

Returns an array of Work Item Tracking (WIT) type names by using the WIT category reference name.

Remarks

No content here will be updated; please do not add material here.

See Also

Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top