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

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

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

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

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

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

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

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

Last updated

Was this helpful?