Table of Contents

Class SDK

Namespace
HP.LFT.SDK
Assembly
HP.LFT.SDK.dll

The OpenText Functional Testing for Developers SDK base class.

public class SDK
Inheritance
SDK
Inherited Members

Constructors

SDK()

public SDK()

Properties

Configuration

The SDK configuration.

public static ISdkConfiguration Configuration { get; }

Property Value

ISdkConfiguration

IsServerReady

Indicates whether the runtime engine is ready for communication connections.

public static bool IsServerReady { get; }

Property Value

bool

TypeRegistry

The SDK type registry.

public static ITypeRegistry TypeRegistry { get; }

Property Value

ITypeRegistry

Methods

Cleanup()

Performs an SDK cleanup when connection ends.

public static void Cleanup()

Init(SdkConfiguration)

Initializes the SDK with the specified configuration.

public static void Init(SdkConfiguration sdkConfig)

Parameters

sdkConfig SdkConfiguration