SdkConfiguration Class
Class for defining the SDK configuration information. This class is supplied for the SDK.SDK.Init method.
Remarks
The SdkConfiguration settings can be used to override the settings in the test project's app.config file.

C# Syntax

public class SdkConfiguration : HP.LFT.Common.Configuration.BaseConfiguration, ISdkConfiguration  
Inheritance Hierarchy

System.Object
   HP.LFT.Common.Configuration.BaseConfiguration
      HP.LFT.SDK.SdkConfiguration

Public Constructors
 NameDescription
Public ConstructorSdkConfiguration ConstructorOverloaded.   
Top
Protected Fields
 NameDescription
Protected Field_valueSuplier(Inherited from HP.LFT.Common.Configuration.BaseConfiguration)
Top
Public Properties
 NameDescription
Public PropertyAutoLaunchIndicates whether the UFT Developer runtime engine is launched on UFT Developer SDK initialization.  
Public PropertyConnectTimeoutSecondsMaximum time (in seconds) to try to connect to the runtime engine.  
Public PropertyModeIndicates the SDK run mode. Possible values: SDKMode. Default = Replay  
Public PropertyResponseTimeoutSecondsMaximum time (in seconds) to wait for a response to any command sent to the runtime engine.  
Public PropertyServerAddressThe UFT Developer runtime engine URL to use for the default session.  
Top
Protected Properties
 NameDescription
Protected PropertyConfiguration(Inherited from HP.LFT.Common.Configuration.BaseConfiguration)
Top
Protected Methods
 NameDescription
Protected MethodGetAppSetting(Inherited from HP.LFT.Common.Configuration.BaseConfiguration)
Protected MethodGetBoolAppSetting(Inherited from HP.LFT.Common.Configuration.BaseConfiguration)
Protected MethodGetIntAppSetting(Inherited from HP.LFT.Common.Configuration.BaseConfiguration)
Top