Verify Text Exists
Last updated
Was this helpful?
Last updated
Was this helpful?
This is prebuilt action in Avo Assure which is located under Mainframe list. It instructs the Avo Assure Client to verify the text value specified in input value is present on the mainframe emulator screen and stores the status (True or False) in output variable.
Input: <input value>
Note: The user gives Text to verify with mainframe list.
Output: <Dynamic Variable>(optional);<Dynamic Variable> (Optional)
Scenario: Verify Account Status as Active in Mainframe Application.
In a mainframe application, verifying whether a customer's account is Active is essential. The Verify Text Exists action is used to search for the word "Active" in the account status field. If the text is found, the process continues, ensuring accurate processing of accounts based on their status.
Input: Active
Excepted Result: The Verify text Exists action needs to verify the text value specified in input value is present on the mainframe emulator screen and saves in output variable.
Output: The action performed and saves the status in the {Result} output variable as True.