Perform Click
Last updated
Was this helpful?
Last updated
Was this helpful?
Perform Click action in the Avo Assure is found under Button Element. This action is used to perform click action on a button, link, or any clickable element during testing, pressing the button/link on the screen and save the status (True/False) in the given output variable.
Input: N/A
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
To test a banking application, navigate to the Login screen. Enter the username and password. After providing the credentials, Perform Click action on the “Login” button to simulate login.
After clicking on the login button, the application should authenticate the credentials and redirect the user to the dashboard and store the result in output variable.
The result of the Perform Click action is stored in the {result} output variable as “True”, which can be utilized for display or other purposes.