verify Text
This is a pre-built action in the Avo Assure that comes for the textbox captured element. This action instructs Avo Assure Client to verify that the text in the textbox matches with the input value specified in Avo Assure. The status of action (True or false) saves in the given output variable.
Syntax
Input: <input value>
Output: <Dynamic Variable> (Optional) ;< Dynamic Variable> (Optional)
Use case/Example

Scenario: Testing verify text functionality in web application
When you are testing a web application, the verify Text action is used in Avo Assure. When you need to verify the contents of a text field [Username textbox] with current text present in input value. This action is important in scenarios where you must ensure that the text present in textbox is same as input value.
Input
Avo
Expected Result
It should verify the current text present in the username textbox with the specified input value which is Avo. The status of action stores in {Test} output variable.
Output
The verify text action verifies the current text in textbox and input value and stores result in {Test} output variable as True, which can be utilized further work.
Last updated
Was this helpful?