Simulate Press Action
Last updated
Last updated
Simulate Press Action in the Avo Assure is found for the Captured Table cell Element. It instructs the Avo Assure Client to perform simulate press operation on a captured cell in a table. This helps verify if the system responds correctly and is useful when user needs to hold down the mouse button, such as for dragging or holding an element, or when a normal click does not work in the application and save the result (True/False) in the given output variable.
Input: N/A
Output: <Dynamic Variable>(optional);<Dynamic Variable>(optional)
When testing a shopping application with a list of products. Each product has a “Quantity” table. In Avo Assure, tester uses the “Simulate Press Action” to press “Enter” button on the box, for a specific product to see if it opens a window where the quantity can be changed. This ensures the application works correctly when adjusting product stock.
Expected Result: It should perform the simulate press action on Enter button from table cell and store the result in output variable.
Output: The result of the Simulate Press Action clicks on the Enter button from the table cell and stores in the {result} output variable as “True”, which can be utilized for display or other purposes.