skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop
    Web
    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX
    Mobile
    UI for .NET MAUI UI for Xamarin
    Document Management
    Telerik Document Processing
    Desktop
    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    CMS
    Sitefinity
    UI/UX Tools
    ThemeBuilder Design System Kit
    Debugging
    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Jam FiddlerCap FiddlerCore
    Free Tools
    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
    • Functional UI Testing
    • RESTful API Testing
    • Load Testing
    • Remote Test Execution
    • Agile Teams
    • Web Test Automation
    • Desktop Test Automation
    • Responsive UI Testing
    • Continuous Testing
    • Test Studio Trainings
    • Test Studio Consulting
    • Docs and Support
    • Documentation
    • Virtual Classroom
    • Videos
    • Blogs
    • Webinars
    • Whitepapers
    • Case Studies
    • Feedback Portal
    • Technical Support
    • What’s New
    • Roadmap
    • Release Notes
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Request a demo Try now

Class AutomationStepBase

Inheritance
System.Object
AutomationStepBase
AutomationStep
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.Common.Design.ProjectModel
Assembly: ArtOfTest.WebAii.Design.dll

Syntax

public class AutomationStepBase : INotifyPropertyChanged, IExtensibleDataObject

Constructors

AutomationStepBase()

Declaration
public AutomationStepBase()

AutomationStepBase(AutomationDescriptor, String, Test)

Declaration
public AutomationStepBase(AutomationDescriptor autoStep, string description, Test test)
Parameters
AutomationDescriptor autoStep

System.String description

Test test

AutomationStepBase(AutomationDescriptor, String, Test, String)

Declaration
public AutomationStepBase(AutomationDescriptor autoStep, string description, Test test, string imageKey)
Parameters
AutomationDescriptor autoStep

System.String description

Test test

System.String imageKey

Fields

m_invokePropertyChangedEvent

Declaration
protected bool m_invokePropertyChangedEvent
Field Value
System.Boolean

Properties

AutoStep

Declaration
public AutomationDescriptor AutoStep { get; set; }
Property Value
AutomationDescriptor

BreakOnExecution

Declaration
public bool BreakOnExecution { get; set; }
Property Value
System.Boolean

ContinueOnFailure

Declaration
public bool ContinueOnFailure { get; set; }
Property Value
System.Boolean

CustomDescription

Declaration
public string CustomDescription { get; set; }
Property Value
System.String

CustomOrNormalDescription

Declaration
public string CustomOrNormalDescription { get; }
Property Value
System.String

Description

Declaration
public string Description { get; set; }
Property Value
System.String

Enabled

Declaration
public bool Enabled { get; set; }
Property Value
System.Boolean

ExtensionData

Declaration
public ExtensionDataObject ExtensionData { get; set; }
Property Value
System.Runtime.Serialization.ExtensionDataObject

Guid

Declaration
public Guid Guid { get; set; }
Property Value
System.Guid

HashCode

Declaration
public int HashCode { get; }
Property Value
System.Int32

Id

Declaration
public string Id { get; set; }
Property Value
System.String

Order

Declaration
public int Order { get; set; }
Property Value
System.Int32

OwnerTest

Declaration
public Test OwnerTest { get; set; }
Property Value
Test

ParsedStepIdx

Declaration
public int ParsedStepIdx { get; set; }
Property Value
System.Int32

QcId

Declaration
public int QcId { get; set; }
Property Value
System.Int32

QcVersionStamp

Declaration
public int QcVersionStamp { get; set; }
Property Value
System.Int32

RunTimeId

Declaration
public Guid RunTimeId { get; set; }
Property Value
System.Guid

StepImageKey

Declaration
public string StepImageKey { get; set; }
Property Value
System.String

StepState

Declaration
public AutomationStepState StepState { get; set; }
Property Value
AutomationStepState

Methods

IsDescriptionInOldFormat(Boolean)

Declaration
public bool IsDescriptionInOldFormat(bool applyFix)
Parameters
System.Boolean applyFix

Returns
System.Boolean

NotifyElementNameChange(ElementDescriptor)

Declaration
public void NotifyElementNameChange(ElementDescriptor newDescriptor)
Parameters
ElementDescriptor newDescriptor

OnPropertyChanged(String)

Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
System.String propertyName

RefreshDescription()

Declaration
public void RefreshDescription()

Events

PropertyChanged

Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler

Extension Methods

LightElementNodeExtensions.UpdateDescriptorAutomationStepId(AutomationStepBase, Guid)
LightElementNodeExtensions.UpdateDescriptorAutomationStepOrder(AutomationStepBase, Int32)
Getting Started
  • Getting Started
  • Videos
  • Whats New
  • Roadmap
Community
  • Forums
  • Blogs
  • Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.