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.
|
BugConfiguration
Current
CurrentDataRow
Declaration
public DataRow CurrentDataRow { get; }
Property Value
System.
|
CurrentIterationIndex
Declaration
public int CurrentIterationIndex { get; }
Property Value
System.
|
CurrentLogicalStep
CurrentStep
DataContexts
Declaration
public Dictionary<Guid, DataContext> DataContexts { get; }
Property Value
System.
|
DataSource
Declaration
public DataTable DataSource { get; }
Property Value
System.
|
DeploymentDirectory
Declaration
public string DeploymentDirectory { get; }
Property Value
System.
|
ExecutingTestAsStep
Declaration
public bool ExecutingTestAsStep { get; }
Property Value
System.
|
FirstStepGuid
Declaration
public Guid FirstStepGuid { get; }
Property Value
System.
|
HttpRecorder
LastStepGuid
Declaration
public Guid LastStepGuid { get; }
Property Value
System.
|
Manager
Params
RemoteStorageUri
Declaration
public Uri RemoteStorageUri { get; }
Property Value
System.
|
RunFromHereStepExecuted
Declaration
public bool RunFromHereStepExecuted { get; set; }
Property Value
System.
|
Settings
ShouldAbort
Declaration
public bool ShouldAbort { get; set; }
Property Value
System.
|
Test
UpdatePackage
VisualDebugger
Methods
ResetNewBrowserTracking()
Declaration
public void ResetNewBrowserTracking()
SetCurrentDataRow(DataRow)
Declaration
public void SetCurrentDataRow(DataRow row)
Parameters
System.
|
SetCurrentStep(AutomationStepBase)
SetCurrentTestAndData(Test, Boolean)
Declaration
public bool SetCurrentTestAndData(Test test, bool canInitializeDataSource = true)
Parameters
Test
test
|
System.
|
Returns
System.
|
SetDialogMonitoring()
Declaration
public void SetDialogMonitoring()
SetDialogMonitoring(AutomationStepList, TestType)
Declaration
public void SetDialogMonitoring(AutomationStepList steps, TestType testType)
Parameters
Automation
|
Test
|
SetDialogMonitoring(Test)
SetNewBrowserTracking(Test, Object)
Declaration
public bool SetNewBrowserTracking(Test test, object codeBehind)
Parameters
Test
test
|
System.
|
Returns
System.
|