ISdkConfiguration Interface
Interface for defining the configuration information for the SDK.

C# Syntax

public interface ISdkConfiguration 
Public Properties
 NameDescription
PropertyAutoLaunchIndicates whether the runtime engine is set to launch on OpenText Functional Testing for Developers SDK initialization.  
PropertyConnectTimeoutSecondsMaximum time (in seconds) to try to connect to the runtime engine.  
PropertyModeIndicates the SDK run mode. Possible values: SDKMode. Default = Replay.  
PropertyResponseTimeoutSecondsMaximum time (in seconds) to wait for a response to any command sent to the runtime engine.  
PropertyServerAddressThe runtime engine URL to use for the default session.  
Top