Class
ExecuteTestCommand

Command to execute a test

Definition

Namespace:ArtOfTest.WebAii.Design.Execution

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class ExecuteTestCommand : RemoteRunnerCommand

Inheritance: objectRemoteRunnerCommandExecuteTestCommand

Inherited Members RemoteRunnerCommand.Command

Constructors

ExecuteTestCommand(Test, Settings, DesignTimeExecutionParams, string, string, ExecutionType, Guid, Guid, IntPtr, DebuggerOptions, bool, string)

Declaration

cs-api-definition
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

designTimeExecutionParams

DesignTimeExecutionParams

binaryFolder

string

deploymentFolder

string

type

ExecutionType

firstStepGuid

Guid

lastStepGuid

Guid

existingBrowserHandle

IntPtr

debuggerOptions

DebuggerOptions

rerun

bool

trafficLogFilename

string

Properties

BinariesFolder

Declaration

cs-api-definition
public string BinariesFolder { get; }

Property Value

string

DebuggerOptions

Declaration

cs-api-definition
public DebuggerOptions DebuggerOptions { get; }

Property Value

DebuggerOptions

DeploymentFolder

Declaration

cs-api-definition
public string DeploymentFolder { get; }

Property Value

string

DesignTimeExecutionParams

Declaration

cs-api-definition
public DesignTimeExecutionParams DesignTimeExecutionParams { get; }

Property Value

DesignTimeExecutionParams

ExeType

Declaration

cs-api-definition
public ExecutionType ExeType { get; }

Property Value

ExecutionType

ExistingBrowserHandle

Declaration

cs-api-definition
public IntPtr ExistingBrowserHandle { get; }

Property Value

IntPtr

FirstStepGuid

Declaration

cs-api-definition
public Guid FirstStepGuid { get; }

Property Value

Guid

LastStepGuid

Declaration

cs-api-definition
public Guid LastStepGuid { get; }

Property Value

Guid

Rerun

Declaration

cs-api-definition
public bool Rerun { get; }

Property Value

bool

Settings

Declaration

cs-api-definition
public Settings Settings { get; }

Property Value

Settings

Test

Declaration

cs-api-definition
public Test Test { get; }

Property Value

Test

TrafficLogFilename

Declaration

cs-api-definition
public string TrafficLogFilename { get; }

Property Value

string