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

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

The ITestManagementTeamProject type exposes the following members.

Properties

  Name Description
Public property ActionRecordings
Public property AttachmentDownloadUri
Public property AttachmentUploadManager
Public property BugFieldMappings
Public property CoverageAnalysisManager
Public property DefaultPageSize
Public property DefaultPageSizeForTestPoints
Public property FetchIdentitiesInline
Public property IsValid
Public property Queries
Public property ServerVersion
Public property Sessions
Public property SharedSteps
Public property TeamProjectName
Public property TestCases
Public property TestConfigurations
Public property TestEnvironments
Public property TestFailureTypes
Public property TestManagementService
Public property TestPlans
Public property TestPoints
Public property TestResolutionStates
Public property TestResults
Public property TestRuns
Public property TestSettings
Public property TestSuites
Public property TestVariables
Public property TfsIdentityStore
Public property WitProject

Top

Methods

  Name Description
Public method CreateFromWorkItem
Public method CreateTestQuery(array<Int32[])
Public method CreateTestQuery(String)
Public method CreateTestQuery(array<Int32[], String)
Public method CreateTestQuery(array<Int32[], array<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
Public method CreateTmiTestImplementation(String, String, String, Guid)
Public method CreateTmiTestImplementation(String, String, Guid, String, Guid)
Public method DeleteAttachments
Public method DownloadAttachments
Public method QueryAttachments
Public method QueryAttachmentsByLink
Public method WorkItemTypesFor

Top

Remarks

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

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace