OpenText™ Functional Testing for Developers JavaScript SDK

LFT

LFT namespace - The main OpenText Functional Testing for Developers module.

Methods

afterTest() → {void}

This method should be called by the user after each test method.
Returns:
Type
void

beforeTest() → {void}

This method should be called by the user before each test method.
Returns:
Type
void

cleanup() → {void}

Performs an SDK cleanup when connection ends.
Returns:
Type
void

init(config) → {Promise.<void>}

Initializes the SDK with the specified configuration.
Parameters:
Name Type Description
config string The SDK configuration
Returns:
Type
Promise.<void>