verifyText

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.

Syntax:

Input: <Object Type>; <Visible text>(optional);<index>;<value>;<abs(Optional)>

Output:<Dynamic Variable>(optional);<Dynamic Variable>(Optional)

Use case/example:

Scenario

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.

Input

Textbox;;1;Avo.

Expected Result

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.

Output

The verify Text action performed on specified textbox element and saves the status in the {Result} output variables as True.

Last updated

Was this helpful?