Click on Object

This is a pre-built action in Avo Assure that comes for the textbox captured element. It instructs Avo Assure Client to click on the textbox captured element and store the status as True or false in the output variable.

Syntax

Input: N/A

Output: <Dynamic Variable> (Optional) ;< Dynamic Variable> (Optional)

Use case/Example

Scenario: Click on the Textbox to login into the application

Consider a scenario where you are testing web application. It verifies that clicking on the Username textbox allows you to enter credentials for login. After login into the application, the application performs further actions. This action is essential for testing the login functionality of the application.

Input

N/A

Expected Result

It should click on the username textbox element and store the status in {Result} output variable.

Output

This action performed and saves the status in {Result} output variable, as True

Last updated

Was this helpful?