verifyText
Last updated
Was this helpful?
Last updated
Was this helpful?
This is pre-built action in Avo Assure which is located under the @Custom element. It instructs the Avo Assure Client to verify the text in the specified textbox against the value provided in the input and saves the status (True or False) in the output variable.
Input: <Object Type>; <Visible text>(optional);<index>;<value>;<abs(Optional)
>
Output:<Dynamic Variable>(optional);<Dynamic Variable>(Optional)
Consider a scenario where a user is testing web application and where user wants to verify the text in password textbox with current text present in input value. For this scenario, the verify Text action used by Avo Assure. It ensures that the text present in password textbox is same as input text.
Textbox;;1;Avo.
The Verify Text action needs to verify the current text present in the Password textbox with the specified input value as Avo and store the status in the {Result} output variable.
The verify Text action performed on specified textbox element and saves the status in the {Result} output variables as True.