Class ExecuteTestCommand
Inherited Members
Namespace: ArtOfTest.WebAii.Design.Execution
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ExecuteTestCommand : RemoteRunnerCommand
Constructors
ExecuteTestCommand(Test, Settings, DesignTimeExecutionParams, String, String, ExecutionType, Guid, Guid, IntPtr, DebuggerOptions, Boolean, String)
Declaration
public ExecuteTestCommand(Test test, Settings settings, DesignTimeExecutionParams designTimeExecutionParams, string binaryFolder, string deploymentFolder, ExecutionType type, Guid firstStepGuid, Guid lastStepGuid, IntPtr existingBrowserHandle, DebuggerOptions debuggerOptions, bool rerun, string trafficLogFilename = null)
Parameters
Test
test
|
Settings
settings
|
Design
|
System.
|
System.
|
Execution
|
System.
|
System.
|
System.
|
Debugger
|
System.
|
System.
|
Properties
BinariesFolder
Declaration
public string BinariesFolder { get; }
Property Value
System.
|
DebuggerOptions
DeploymentFolder
Declaration
public string DeploymentFolder { get; }
Property Value
System.
|
DesignTimeExecutionParams
Declaration
public DesignTimeExecutionParams DesignTimeExecutionParams { get; }
Property Value
ExeType
ExistingBrowserHandle
Declaration
public IntPtr ExistingBrowserHandle { get; }
Property Value
System.
|
FirstStepGuid
Declaration
public Guid FirstStepGuid { get; }
Property Value
System.
|
LastStepGuid
Declaration
public Guid LastStepGuid { get; }
Property Value
System.
|
Rerun
Declaration
public bool Rerun { get; }
Property Value
System.
|
Settings
Test
TrafficLogFilename
Declaration
public string TrafficLogFilename { get; }
Property Value
System.
|