Share via


TestStepType Enumeration

Enumerates the possible types of test steps.

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

Syntax

'Declaration
Public Enumeration TestStepType
public enum TestStepType
public enum class TestStepType
type TestStepType
public enum TestStepType

Members

Member name Description
ActionStep Represents an action step.
ValidateStep Represents a validation step.

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestStep