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
public enum TestStepType
public enum class TestStepType
type TestStepType
Public Enumeration TestStepType
Members
Member name | Description | |
---|---|---|
ActionStep | Represents an action step. |
|
ValidateStep | Represents a validation step. |
See Also
ITestStep
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top