StartAction Enum

Definition

The desired state of the app after test initialization. Either the test framework can start the app or connect to an already running app in more advanced scenarios.

public enum StartAction
type StartAction = 
Public Enum StartAction
Inheritance
StartAction

Fields

ConnectToApp 1

Use the given configuration to connect to an already running app.

LaunchApp 0

Start the app after successful configuration.

Applies to