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

C# Syntax

public interface ISdkConfiguration 
Public Properties
 NameDescription
PropertyAutoLaunchIndicates whether the UFT Developer runtime engine is set to launch on UFT Developer 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 UFT Developer runtime engine URL to use for the default session.  
Top