ITestStep Interface
Represents a single test action and expected test result.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
| Name | Description | |
|---|---|---|
![]() | Attachments | Gets the collection of attachments to this test step. |
![]() | Description | Gets the description for this test step. |
![]() | ExpectedResult | Gets the expected test result for this test step. |
![]() | Id | Gets a unique identifier for this test action.(Inherited from ITestAction.) |
![]() | Owner | Gets a test base that represents the owner of this test action.(Inherited from ITestAction.) |
![]() | Parent | Gets the parent test action group for this test action.(Inherited from ITestAction.) |
![]() | TestStepType | Gets the type of this test step. |
![]() | Title | Gets the title for this test step. |
| Name | Description | |
|---|---|---|
![]() | CopyToNewOwner(ITestBase^) | Performs a deep copy of this action to a new owner.(Inherited from ITestAction.) |
![]() | CreateAttachment(String^) | Creates a new attachment from a local file. |
![]() | MoveToNewOwner(ITestBase^) | Adds this test action to the new owner and sets the current owner to null.(Inherited from ITestAction.) |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | (Inherited from INotifyPropertyChanged.) |


