Verify Exists
Last updated
Last updated
This is prebuilt actions in Avo Assure and comes for the elements captured from SAP application. It instructs Avo Assure Client to verify the element present on the page. It used within the SAP application to check whether the captured element exists or not and save status (True or False) in output variable.
Input: N/A
Output: <Dynamic Variable>(optional);< Dynamic Variable> (Optional)
Consider a scenario where user is testing SAP application and wants to search for product in e commerce application. For this scenario Verify Exists action used by Avo Assure. It ensures the search bar is present on the homepage. It allows user to enter a text easily in search bar.
The Verify Exists action needs to perform on specified textbox element. It saves the status in {Result} output variable.
The Verify Exists action performed on specified textbox element and stores in {Result} output variable as True.