ITestPlan2 Interface
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
| Name | Description | |
|---|---|---|
![]() | AreaPath | Gets or sets the area path of this test.(Inherited from ITestPlan.) |
![]() | AutomatedTestEnvironmentId | Gets or sets the GUID of the environment for automated testing.(Inherited from ITestPlan.) |
![]() | AutomatedTestSettingsId | Gets or sets the ID for the settings to use for automated testing.(Inherited from ITestPlan.) |
![]() | BuildDirectory | Gets the name of the folder for the build that is currently associated with this plan.(Inherited from ITestPlan.) |
![]() | BuildFilter | Gets the set of criteria that restricts the builds that can be associated with this test plan.(Inherited from ITestPlan.) |
![]() | BuildNumber | Gets the name of the build that is currently associated with this test plan.(Inherited from ITestPlan.) |
![]() | BuildTakenDate | Gets the date and time that the current build was associated with this test plan.(Inherited from ITestPlan.) |
![]() | BuildUri | Gets or sets the uniform resource identifier (URI) for the build that is currently associated with this test plan.(Inherited from ITestPlan.) |
![]() | Description | Gets or sets the description of this test plan.(Inherited from ITestPlan.) |
![]() | EndDate | Gets or sets the end date for this test plan.(Inherited from ITestPlan.) |
![]() | Error | (Inherited from IDataErrorInfo.) |
![]() | Id | Gets the identifier.(Inherited from IIdentifiable<TKey>.) |
![]() | InvalidProperties | Gets a list of property names that are invalid.(Inherited from IPropertyOwner.) |
![]() | IsDirty | Gets a value that indicates whether any properties have changed since the last refresh, fetch, or save.(Inherited from IPropertyOwner.) |
![]() | Item[String^] | (Inherited from IDataErrorInfo.) |
![]() | Iteration | Gets or sets the iteration to which this test plan belongs.(Inherited from ITestPlan.) |
![]() | LastUpdated | Gets the date and time that this test plan was last updated.(Inherited from ITestPlan.) |
![]() | LastUpdatedBy | Gets the identity of the last person to update this test plan. (Inherited from ITestPlan.) |
![]() | LastUpdatedByName | Last person to update plan(Inherited from ITestPlan.) |
![]() | Links | Gets a collection of external links that is associated with this test plan.(Inherited from ITestPlan.) |
![]() | ManualTestEnvironmentId | Gets or sets the GUID of the environment for manual testing. (Inherited from ITestPlan.) |
![]() | ManualTestSettingsId | Gets or sets the ID for the manual test settings.(Inherited from ITestPlan.) |
![]() | Name | Gets or sets the name of this test plan.(Inherited from ITestPlan.) |
![]() | NewBuildStatistics | Gets a set of information about what has changed since the build that is currently associated with this plan was created.(Inherited from ITestPlan.) |
![]() | Owner | Gets or sets the identity of the person who owns this test plan.(Inherited from ITestPlan.) |
![]() | OwnerName | User who owns the plan.(Inherited from ITestPlan.) |
![]() | OwnerTeamFoundationId | TeamFoundationId of the user who owns the plan.(Inherited from ITestPlan.) |
![]() | PreviousBuildUri | Gets the URI of the previous build that was associated with this test plan.(Inherited from ITestPlan.) |
![]() | Project | Gets the test project.(Inherited from ITestObject<T>.) |
![]() | Revision | Gets the current revision number for this object.(Inherited from ITestObject<T>.) |
![]() | RootSuite | Gets the root test suite for this test plan.(Inherited from ITestPlan.) |
![]() | StartDate | Gets or sets the start date for this test plan.(Inherited from ITestPlan.) |
![]() | State | Obsolete.Gets or sets the current state of this test plan.(Inherited from ITestPlan.) |
![]() | Status | |
![]() | UserData | 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>.) |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a copy of this test plan and returns it.(Inherited from ITestPlan.) |
![]() | CopyPropertiesFrom(ITestPlan^) | (Inherited from ITestPlan.) |
![]() | CreateLink() | Creates a new, empty ITestExternalLink. (Inherited from ITestPlan.) |
![]() | CreateTestRun(Boolean) | Creates and returns a new automated or manual test-run for this test plan.(Inherited from ITestPlan.) |
![]() | Delete() | Deletes this test plan and all test runs and test points that are associated with it.(Inherited from ITestPlan.) |
![]() | Delete(DeleteAction) | Deletes this test plan and all test runs and test points that are associated with it.(Inherited from ITestPlan.) |
![]() | FindTestPoint(Int32) | Finds and returns a test point that is specified by the test point ID.(Inherited from ITestPlan.) |
![]() | FindTestPoint(Int32, String^) | Finds and returns a test point that is specified by the test point ID.(Inherited from ITestPlan.) |
![]() | QueryImpactedPoints(Uri^) | Returns a collection of test points that is affected by all builds. This includes previous builds and the specified build.(Inherited from ITestPlan.) |
![]() | QueryImpactedPoints(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.) |
![]() | QueryTestPointHierarchy(String^) | Returns the hierarchy of test suites that contains test points that match the WIQL query.(Inherited from ITestPlan.) |
![]() | QueryTestPoints(String^) | Finds and returns all test points that belong to this test plan and that match the provided query.(Inherited from ITestPlan.) |
![]() | QueryTestPoints(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.) |
![]() | QueryTestPoints(String^, String^, array<String^>^, Boolean) | Finds all points that belong to this plan and match the given WIQL conditions.(Inherited from ITestPlan.) |
![]() | QueryTestPointsAndStatistics(String^, String^, ITestPointStatistics^) | Finds all points that belong to this plan and match the given WIQL conditions.(Inherited from ITestPlan.) |
![]() | QueryTestPointsAndStatistics(String^, String^, array<String^>^, ITestPointStatistics^) | Finds all points that belong to this plan and match the given WIQL conditions.(Inherited from ITestPlan.) |
![]() | QueryTestPointStatistics(String^) | Finds and returns the test point statistics that belong to this test plan and that match the given query.(Inherited from ITestPlan.) |
![]() | QueryTestPointStatisticsByPivot(String^, List<TestPointStatisticsQueryPivotType>^) | Returns statistics of points by pivot that belong to this plan and match the given WIQL conditions.(Inherited from ITestPlan.) |
![]() | Refresh() | Refreshes all objects in this test plan by using current data from the server.(Inherited from ITestPlan.) |
![]() | RefreshRootSuite() | (Inherited from ITestPlan.) |
![]() | RefreshTestCase(Int32) | Refreshes all instances of the specified test case in this test plan.(Inherited from ITestPlan.) |
![]() | Save() | Saves the data from all objects in this test plan to the server.(Inherited from ITestPlan.) |
![]() | SetBuildInfo(String^, String^) | (Inherited from ITestPlan.) |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | (Inherited from INotifyPropertyChanged.) |


