Table of Contents

Enum TestStepType

Namespace
Xping.Sdk.Core.Session
Assembly
Xping.Sdk.Core.dll

The TestStepType enum is used to specify the type of TestComponent, whether it is an action step or a validation step. An action step is used to create an action for instance retrieve data, while a validation step is used to validate retrieved data for its correctness.

public enum TestStepType

Fields

[Display(Name = "action step")] ActionStep = 0

Represents action step.

[Display(Name = "composite step")] CompositeStep = 2

Represents the step as a composition of multiple tests.

[Display(Name = "validate step")] ValidateStep = 1

Represents validate step.