skip navigation
  • Product Bundles

    DevCraft

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

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free 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
  • Training
    • Docs and Support
    • Documentation
    • Virtual Classroom
    • Videos
    • Blogs
    • Webinars
    • Whitepapers
    • Case Studies
    • Feedback Portal
    • Technical Support
    • What’s New
    • Roadmap
    • Release Notes
    • Trust Center
    • FAQs
  • 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 ExecutionContext

Inheritance
System.Object
ExecutionContext
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.WebAii.Design.Execution
Assembly: ArtOfTest.WebAii.Design.dll

Syntax

public sealed class ExecutionContext

Properties

ActiveDataRows

Declaration
public DataRowCollection ActiveDataRows { get; }
Property Value
System.Data.DataRowCollection

BugConfiguration

Declaration
public BugConfigurationSet BugConfiguration { get; }
Property Value
BugConfigurationSet

Current

Declaration
public static ExecutionContext Current { get; }
Property Value
ExecutionContext

CurrentDataRow

Declaration
public DataRow CurrentDataRow { get; }
Property Value
System.Data.DataRow

CurrentIterationIndex

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

CurrentLogicalStep

Declaration
public AutomationStepBase CurrentLogicalStep { get; }
Property Value
AutomationStepBase

CurrentStep

Declaration
public AutomationStepBase CurrentStep { get; }
Property Value
AutomationStepBase

DataContexts

Declaration
public Dictionary<Guid, DataContext> DataContexts { get; }
Property Value
System.Collections.Generic.Dictionary<System.Guid, DataContext>

DataSource

Declaration
public DataTable DataSource { get; }
Property Value
System.Data.DataTable

DeploymentDirectory

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

ExecutingTestAsStep

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

FirstStepGuid

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

HttpRecorder

Declaration
public HttpTrafficRecorder HttpRecorder { get; }
Property Value
HttpTrafficRecorder

LastStepGuid

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

Manager

Declaration
public Manager Manager { get; }
Property Value
Manager

Params

Declaration
public ParamsManager Params { get; }
Property Value
ParamsManager

RemoteStorageUri

Declaration
public Uri RemoteStorageUri { get; }
Property Value
System.Uri

RunFromHereStepExecuted

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

Settings

Declaration
public Settings Settings { get; }
Property Value
Settings

ShouldAbort

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

Test

Declaration
public Test Test { get; }
Property Value
Test

UpdatePackage

Declaration
public TestUpdatePackage UpdatePackage { get; }
Property Value
TestUpdatePackage

VisualDebugger

Declaration
public VisualDebugger VisualDebugger { get; }
Property Value
VisualDebugger

Methods

ResetNewBrowserTracking()

Declaration
public void ResetNewBrowserTracking()

SetCurrentDataRow(DataRow)

Declaration
public void SetCurrentDataRow(DataRow row)
Parameters
System.Data.DataRow row

SetCurrentStep(AutomationStepBase)

Declaration
public void SetCurrentStep(AutomationStepBase step)
Parameters
AutomationStepBase step

SetCurrentTestAndData(Test, Boolean)

Declaration
public bool SetCurrentTestAndData(Test test, bool canInitializeDataSource = true)
Parameters
Test test

System.Boolean canInitializeDataSource

Returns
System.Boolean

SetDialogMonitoring()

Declaration
public void SetDialogMonitoring()

SetDialogMonitoring(AutomationStepList, TestType)

Declaration
public void SetDialogMonitoring(AutomationStepList steps, TestType testType)
Parameters
AutomationStepList steps

TestType testType

SetDialogMonitoring(Test)

Declaration
public void SetDialogMonitoring(Test test)
Parameters
Test test

SetNewBrowserTracking(Test, Object)

Declaration
public bool SetNewBrowserTracking(Test test, object codeBehind)
Parameters
Test test

System.Object codeBehind

Returns
System.Boolean

TestHasData(Test)

Declaration
public static bool TestHasData(Test test)
Parameters
Test test

Returns
System.Boolean

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.