Verify Text Exists
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.
Syntax
Input: <input value>
Output: <Dynamic Variable>(optional);<Dynamic Variable> (Optional)

Usecase/Example

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
Expected 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.
Last updated
Was this helpful?