verifyButtonName
Last updated
Was this helpful?
Last updated
Was this helpful?
This is pre-built action in Avo Assure which is located under @Custom element. It instructs the Avo Assure Client to check the name present on the button specified in the input value and saves status (True or False) in output variable.
Input: <Object Type>;<Visible text>(optional);<index>;<abs(Optional)>
Output: <Dynamic Variable>(optional);< Dynamic Variable>(Optional)
Consider a scenario where a user is testing an application form and where user wants to check the submit button on the application form. For this scenario, the verifyButtonName action used by Avo Assure. It verifies the submit button on the application form. It allows user after filling the details user able to submit the form.
Button;;0; Login.
The verifyButtonName action needs to verify Button Name on the Login button element and store the status in the {Result} output variable.
The verifyButtonName action performed on button element and saves the status in the {Result} output variable as True.