Interface ISdkConfiguration
Interface for defining the configuration information for the SDK.
Namespace: HP.LFT.SDK
Assembly: HP.LFT.SDK.dll
Syntax
public interface ISdkConfiguration
Properties
AutoLaunch
Indicates whether the runtime engine is set to launch on OpenText Functional Testing for Developers SDK initialization.
Declaration
bool AutoLaunch { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Remarks
Relevant only for local runs. When running remotely, the value should be false.
ConnectTimeoutSeconds
Maximum time (in seconds) to try to connect to the runtime engine.
Declaration
int ConnectTimeoutSeconds { get; }
Property Value
| Type | Description |
|---|---|
| int |
Mode
Indicates the SDK run mode. Possible values: SDKMode. Default = Replay.
Declaration
SDKMode Mode { get; }
Property Value
| Type | Description |
|---|---|
| SDKMode |
ResponseTimeoutSeconds
Maximum time (in seconds) to wait for a response to any command sent to the runtime engine.
Declaration
int ResponseTimeoutSeconds { get; }
Property Value
| Type | Description |
|---|---|
| int |
ServerAddress
The runtime engine URL to use for the default session.
Declaration
Uri ServerAddress { get; }
Property Value
| Type | Description |
|---|---|
| Uri |