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
Current
CurrentDataRow
Declaration
public DataRow CurrentDataRow { get; }
Property Value
System.Data.DataRow
|
CurrentIterationIndex
Declaration
public int CurrentIterationIndex { get; }
Property Value
System.Int32
|
CurrentLogicalStep
CurrentStep
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
LastStepGuid
Declaration
public Guid LastStepGuid { get; }
Property Value
System.Guid
|
Manager
Params
RemoteStorageUri
Declaration
public Uri RemoteStorageUri { get; }
Property Value
System.Uri
|
RunFromHereStepExecuted
Declaration
public bool RunFromHereStepExecuted { get; set; }
Property Value
System.Boolean
|
Settings
ShouldAbort
Declaration
public bool ShouldAbort { get; set; }
Property Value
System.Boolean
|
Test
UpdatePackage
VisualDebugger
Methods
ResetNewBrowserTracking()
Declaration
public void ResetNewBrowserTracking()
SetCurrentDataRow(DataRow)
Declaration
public void SetCurrentDataRow(DataRow row)
Parameters
System.Data.DataRow
row
|
SetCurrentStep(AutomationStepBase)
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)
SetNewBrowserTracking(Test, Object)
Declaration
public bool SetNewBrowserTracking(Test test, object codeBehind)
Parameters
Test
test
|
System.Object
codeBehind
|
Returns
System.Boolean
|