verify Text
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
Input: <input value>
Note: The user gives text as Avo.
Output: <Dynamic Variable> (Optional) ;< Dynamic Variable> (Optional)
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.
Avo
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.
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.