ITestStep Interface

 

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

public interface ITestStep : ITestAction, INotifyPropertyChanged
public interface class ITestStep : ITestAction, INotifyPropertyChanged
type ITestStep = 
    interface
        interface ITestAction
        interface INotifyPropertyChanged
    end
Public Interface ITestStep
    Inherits ITestAction, INotifyPropertyChanged

Properties

Name Description
System_CAPS_pubproperty Attachments

Gets the collection of attachments to this test step.

System_CAPS_pubproperty Description

Gets the description for this test step.

System_CAPS_pubproperty ExpectedResult

Gets the expected test result for this test step.

System_CAPS_pubproperty Id

Gets a unique identifier for this test action.(Inherited from ITestAction.)

System_CAPS_pubproperty Owner

Gets a test base that represents the owner of this test action.(Inherited from ITestAction.)

System_CAPS_pubproperty Parent

Gets the parent test action group for this test action.(Inherited from ITestAction.)

System_CAPS_pubproperty TestStepType

Gets the type of this test step.

System_CAPS_pubproperty Title

Gets the title for this test step.

Methods

Name Description
System_CAPS_pubmethod CopyToNewOwner(ITestBase)

Performs a deep copy of this action to a new owner.(Inherited from ITestAction.)

System_CAPS_pubmethod CreateAttachment(String)

Creates a new attachment from a local file.

System_CAPS_pubmethod MoveToNewOwner(ITestBase)

Adds this test action to the new owner and sets the current owner to null.(Inherited from ITestAction.)

Events

Name Description
System_CAPS_pubevent PropertyChanged

(Inherited from INotifyPropertyChanged.)

See Also

ITestAction
INotifyPropertyChanged
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top