Get text
Last updated
Was this helpful?
Last updated
Was this helpful?
This is pre-built Action located under the Mainframe List Element Name. It instructs the Avo Assure Client to retrieve the text and save it in the Output Variable.
Input: <Row Number>;<Column Number>;<length>
First Argument accepts Row Number and second Argument accepts Column Number of the specific text along with the Length which user wants to fetch.
here in this case Row Number and Column Number can be considering as X,Y Co-ordinate.
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)
In a testing scenario for a Mainframe Application, various screens, such as error messages, confirmation dialogs, and system responses needs to be extracted and validated data. Using Avo Assure, log into the mainframe application and navigate to specific screens to perform these tasks.
The screen displays a confirmation message, such as Transaction Successful.
The Get text keyword enables the Avo Assure to retrieve text from the screen and store it in an output variable.
Input: 20;018;5
In above Input the Action will start retrieving from the 20th Row number and 018th Column number and the 5 characters long.
Expected Result: The action needs to retrieve the 5 Character long text.
Output: The Get text Action retrieve the Text as Transaction Successful. And save it in the {result} output variable, which can be utilized for display or other purposes.