Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a single test action and expected test result.
Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface ITestStep _
    Inherits ITestAction, INotifyPropertyChanged
public interface ITestStep : ITestAction, 
    INotifyPropertyChanged
public interface class ITestStep : ITestAction, 
    INotifyPropertyChanged
type ITestStep =  
    interface 
        interface ITestAction 
        interface INotifyPropertyChanged 
    end
public interface ITestStep extends ITestAction, INotifyPropertyChanged
The ITestStep type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Attachments | Gets the collection of attachments to this test step. | 
| .gif) | Description | Gets the description for this test step. | 
| .gif) | ExpectedResult | Gets the expected test result for this test step. | 
| .gif) | Id | Gets a unique identifier for this test action. (Inherited from ITestAction.) | 
| .gif) | Owner | Gets a test base that represents the owner of this test action. (Inherited from ITestAction.) | 
| .gif) | Parent | Gets the parent test action group for this test action. (Inherited from ITestAction.) | 
| .gif) | TestStepType | Gets the type of this test step. | 
| .gif) | Title | Gets the title for this test step. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | CopyToNewOwner | Performs a deep copy of this action to a new owner. (Inherited from ITestAction.) | 
| .gif) | CreateAttachment | Creates a new attachment from a local file. | 
| .gif) | MoveToNewOwner | Adds this test action to the new owner and sets the current owner to null. (Inherited from ITestAction.) | 
Top
Events
| Name | Description | |
|---|---|---|
| .gif) | PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) | 
Top