Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITestPlan2 Interface

 

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

public interface class ITestPlan2 : ITestPlan, ITestObject<int>, 
	IIdentifiable<int>, IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged

NameDescription
System_CAPS_pubpropertyAreaPath

Gets or sets the area path of this test.(Inherited from ITestPlan.)

System_CAPS_pubpropertyAutomatedTestEnvironmentId

Gets or sets the GUID of the environment for automated testing.(Inherited from ITestPlan.)

System_CAPS_pubpropertyAutomatedTestSettingsId

Gets or sets the ID for the settings to use for automated testing.(Inherited from ITestPlan.)

System_CAPS_pubpropertyBuildDirectory

Gets the name of the folder for the build that is currently associated with this plan.(Inherited from ITestPlan.)

System_CAPS_pubpropertyBuildFilter

Gets the set of criteria that restricts the builds that can be associated with this test plan.(Inherited from ITestPlan.)

System_CAPS_pubpropertyBuildNumber

Gets the name of the build that is currently associated with this test plan.(Inherited from ITestPlan.)

System_CAPS_pubpropertyBuildTakenDate

Gets the date and time that the current build was associated with this test plan.(Inherited from ITestPlan.)

System_CAPS_pubpropertyBuildUri

Gets or sets the uniform resource identifier (URI) for the build that is currently associated with this test plan.(Inherited from ITestPlan.)

System_CAPS_pubpropertyDescription

Gets or sets the description of this test plan.(Inherited from ITestPlan.)

System_CAPS_pubpropertyEndDate

Gets or sets the end date for this test plan.(Inherited from ITestPlan.)

System_CAPS_pubpropertyError

(Inherited from IDataErrorInfo.)

System_CAPS_pubpropertyId

Gets the identifier.(Inherited from IIdentifiable<TKey>.)

System_CAPS_pubpropertyInvalidProperties

Gets a list of property names that are invalid.(Inherited from IPropertyOwner.)

System_CAPS_pubpropertyIsDirty

Gets a value that indicates whether any properties have changed since the last refresh, fetch, or save.(Inherited from IPropertyOwner.)

System_CAPS_pubpropertyItem[String^]

(Inherited from IDataErrorInfo.)

System_CAPS_pubpropertyIteration

Gets or sets the iteration to which this test plan belongs.(Inherited from ITestPlan.)

System_CAPS_pubpropertyLastUpdated

Gets the date and time that this test plan was last updated.(Inherited from ITestPlan.)

System_CAPS_pubpropertyLastUpdatedBy

Gets the identity of the last person to update this test plan. (Inherited from ITestPlan.)

System_CAPS_pubpropertyLastUpdatedByName

Last person to update plan(Inherited from ITestPlan.)

System_CAPS_pubpropertyLinks

Gets a collection of external links that is associated with this test plan.(Inherited from ITestPlan.)

System_CAPS_pubpropertyManualTestEnvironmentId

Gets or sets the GUID of the environment for manual testing. (Inherited from ITestPlan.)

System_CAPS_pubpropertyManualTestSettingsId

Gets or sets the ID for the manual test settings.(Inherited from ITestPlan.)

System_CAPS_pubpropertyName

Gets or sets the name of this test plan.(Inherited from ITestPlan.)

System_CAPS_pubpropertyNewBuildStatistics

Gets a set of information about what has changed since the build that is currently associated with this plan was created.(Inherited from ITestPlan.)

System_CAPS_pubpropertyOwner

Gets or sets the identity of the person who owns this test plan.(Inherited from ITestPlan.)

System_CAPS_pubpropertyOwnerName

User who owns the plan.(Inherited from ITestPlan.)

System_CAPS_pubpropertyOwnerTeamFoundationId

TeamFoundationId of the user who owns the plan.(Inherited from ITestPlan.)

System_CAPS_pubpropertyPreviousBuildUri

Gets the URI of the previous build that was associated with this test plan.(Inherited from ITestPlan.)

System_CAPS_pubpropertyProject

Gets the test project.(Inherited from ITestObject<T>.)

System_CAPS_pubpropertyRevision

Gets the current revision number for this object.(Inherited from ITestObject<T>.)

System_CAPS_pubpropertyRootSuite

Gets the root test suite for this test plan.(Inherited from ITestPlan.)

System_CAPS_pubpropertyStartDate

Gets or sets the start date for this test plan.(Inherited from ITestPlan.)

System_CAPS_pubpropertyState

Obsolete.Gets or sets the current state of this test plan.(Inherited from ITestPlan.)

System_CAPS_pubpropertyStatus

System_CAPS_pubpropertyUserData

Gets or sets an arbitrary object or value that is not persisted, but allows test management objects to be dynamically extended.(Inherited from ITestObject<T>.)

NameDescription
System_CAPS_pubmethodClone()

Creates a copy of this test plan and returns it.(Inherited from ITestPlan.)

System_CAPS_pubmethodCopyPropertiesFrom(ITestPlan^)

(Inherited from ITestPlan.)

System_CAPS_pubmethodCreateLink()

Creates a new, empty ITestExternalLink. (Inherited from ITestPlan.)

System_CAPS_pubmethodCreateTestRun(Boolean)

Creates and returns a new automated or manual test-run for this test plan.(Inherited from ITestPlan.)

System_CAPS_pubmethodDelete()

Deletes this test plan and all test runs and test points that are associated with it.(Inherited from ITestPlan.)

System_CAPS_pubmethodDelete(DeleteAction)

Deletes this test plan and all test runs and test points that are associated with it.(Inherited from ITestPlan.)

System_CAPS_pubmethodFindTestPoint(Int32)

Finds and returns a test point that is specified by the test point ID.(Inherited from ITestPlan.)

System_CAPS_pubmethodFindTestPoint(Int32, String^)

Finds and returns a test point that is specified by the test point ID.(Inherited from ITestPlan.)

System_CAPS_pubmethodQueryImpactedPoints(Uri^)

Returns a collection of test points that is affected by all builds. This includes previous builds and the specified build.(Inherited from ITestPlan.)

System_CAPS_pubmethodQueryImpactedPoints(Uri^, String^)

Returns a collection of test points that is affected by all builds. This includes previous builds and the specified build.(Inherited from ITestPlan.)

System_CAPS_pubmethodQueryTestPointHierarchy(String^)

Returns the hierarchy of test suites that contains test points that match the WIQL query.(Inherited from ITestPlan.)

System_CAPS_pubmethodQueryTestPoints(String^)

Finds and returns all test points that belong to this test plan and that match the provided query.(Inherited from ITestPlan.)

System_CAPS_pubmethodQueryTestPoints(String^, String^)

Finds and returns all test points that belong to this test plan and that match the provided point query and field value subquery.(Inherited from ITestPlan.)

System_CAPS_pubmethodQueryTestPoints(String^, String^, array<String^>^, Boolean)

Finds all points that belong to this plan and match the given WIQL conditions.(Inherited from ITestPlan.)

System_CAPS_pubmethodQueryTestPointsAndStatistics(String^, String^, ITestPointStatistics^)

Finds all points that belong to this plan and match the given WIQL conditions.(Inherited from ITestPlan.)

System_CAPS_pubmethodQueryTestPointsAndStatistics(String^, String^, array<String^>^, ITestPointStatistics^)

Finds all points that belong to this plan and match the given WIQL conditions.(Inherited from ITestPlan.)

System_CAPS_pubmethodQueryTestPointStatistics(String^)

Finds and returns the test point statistics that belong to this test plan and that match the given query.(Inherited from ITestPlan.)

System_CAPS_pubmethodQueryTestPointStatisticsByPivot(String^, List<TestPointStatisticsQueryPivotType>^)

Returns statistics of points by pivot that belong to this plan and match the given WIQL conditions.(Inherited from ITestPlan.)

System_CAPS_pubmethodRefresh()

Refreshes all objects in this test plan by using current data from the server.(Inherited from ITestPlan.)

System_CAPS_pubmethodRefreshRootSuite()

(Inherited from ITestPlan.)

System_CAPS_pubmethodRefreshTestCase(Int32)

Refreshes all instances of the specified test case in this test plan.(Inherited from ITestPlan.)

System_CAPS_pubmethodSave()

Saves the data from all objects in this test plan to the server.(Inherited from ITestPlan.)

System_CAPS_pubmethodSetBuildInfo(String^, String^)

(Inherited from ITestPlan.)

NameDescription
System_CAPS_pubeventPropertyChanged

(Inherited from INotifyPropertyChanged.)

Return to top
Show: