Host modules

The technology-specific modules for host can send keys and change emulator sessions.

Host Send Keys

Sends specific keys to the HOST application.

Value

Description

Keys

Key(s) that you want to send to the application. Use action mode Input.

By default, the Data Type is RawString. Tosca Cloud sends RawString data exactly as entered to the system under test. No need to escape special characters.

To use dynamic expressions, select the Data Type String.

Column

Column where you want to send the key(s).

This value is optional. If you set it, you have to set Row as well.

Row

Row where you want to send the key(s).

This value is optional. If you set it, you have to set Column as well.

Host Change Session

Changes HOST emulator sessions during test runs.

Value

Description

SessionID

Session ID of the HOST emulator to which you want to switch. Use action mode Input.

The session ID depends on the emulator you use. Typically, it is located under the API-specific settings of the emulator.

If you enter an empty string, the system deletes the existing session.

SessionID is limited to a single character.