Class
AutomationStep

This class represents an automation step that is part of a test. An automation step consists of one action

Definition

Namespace:ArtOfTest.WebAii.Design.ProjectModel

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
[DataContract(Namespace = "http://artoftest.com/schemas/WebAiiDesignCanvas/1.0.0")]
public class AutomationStep : AutomationStepBase, INotifyPropertyChanged, IExtensibleDataObject

Inheritance: objectAutomationStepBaseAutomationStep

Implements: IExtensibleDataObjectINotifyPropertyChanged

Inherited Members AutomationStepBase.m_invokePropertyChangedEventAutomationStepBase.NotifyElementNameChange(ElementDescriptor)AutomationStepBase.IsDescriptionInOldFormat(bool)AutomationStepBase.RefreshDescription()AutomationStepBase.OnPropertyChanged(string)AutomationStepBase.GuidAutomationStepBase.ParsedStepIdxAutomationStepBase.OwnerTestAutomationStepBase.OrderAutomationStepBase.EnabledAutomationStepBase.DescriptionAutomationStepBase.CustomDescriptionAutomationStepBase.CustomOrNormalDescriptionAutomationStepBase.AutoStepAutomationStepBase.IdAutomationStepBase.StepStateAutomationStepBase.StepImageKeyAutomationStepBase.ContinueOnFailureAutomationStepBase.BreakOnExecutionAutomationStepBase.RunTimeIdAutomationStepBase.HashCodeAutomationStepBase.ExtensionDataAutomationStepBase.QcIdAutomationStepBase.QcVersionStampAutomationStepBase.PropertyChanged

Constructors

AutomationStep()

Empty Constructor - (For Serialization)

Declaration

cs-api-definition
public AutomationStep()

AutomationStep(AutomationDescriptor, string, Test)

Constructor

Declaration

cs-api-definition
public AutomationStep(AutomationDescriptor autoStep, string description, Test test)

Parameters

autoStep

AutomationDescriptor

description

string

test

Test

AutomationStep(AutomationDescriptor, string, Test, string)

Declaration

cs-api-definition
public AutomationStep(AutomationDescriptor autoStep, string description, Test test, string imageKey)

Parameters

autoStep

AutomationDescriptor

description

string

test

Test

imageKey

string

Methods

Clone()

Clone this automation Step

Declaration

cs-api-definition
public AutomationStep Clone()

Returns

AutomationStep

CopyElementDescriptors(AutomationStep)

Copy the element descriptors from one step to another.

Declaration

cs-api-definition
public void CopyElementDescriptors(AutomationStep step)

Parameters

step

AutomationStep