For the complete documentation index, see llms.txt. This page is also available as Markdown.

Other Operations

Other Actions in Avo Assure enable you to perform additional utility based operations during test execution. These actions help you verify object, work with clipboard data, send function keys, check null values, and retrieve key status. By using Other Actions, you extend automation capabilities beyond element interactions and handle system level or supportive operations that enhance overall test coverage.

Here are the categories under Other Actions:

Actions

Description

Verify Objects

The Verify Objects Action verifies whether the specified two XML blocks are same or not.

Save to Clipboard

The Save to Clipboard Action saves the provided value into the system clipboard.

Get from Clipboard

The Get from Clipboard Action retrieves the data stored in the system clipboard.

Send Function Keys

The Send Function Keys Action sends function key inputs (such as F1, F2, etc.) to the application.

Null Check

The Null Check Action verifies whether the provided value is null or empty.

Get Key Status

The Get Key Status Action retrieves the current status of a specified keyboard key.

Send Secure Function Keys

The Send Secure Function Keys Action sends encrypted or secure function key inputs to the application.

Generate TOTP

The Generate TOTP action generates a Time-Based One-Time Password (TOTP) for applications protected by Multi-Factor Authentication (MFA).

Last updated