GetSdkConfiguration Method
Returns an instance with the values from the 'App.config' of the assembly returned by GetConfigurationAssembly.
Remarks
By default, returns the SdkConfiguration representing the SDK section of app.config from the current assembly.

When overriding, you can provide a HP.LFT.SDK.SdkConfiguration instance with the assembly of another test, for example a central settings assembly that all tests use.

C# Syntax

protected virtual SdkConfiguration GetSdkConfiguration()

Return Value