Get Column by Text
The Get Column Number by Text Action in the Avo Assure is found under the Captured Table from SAP Application Element. It instructs the Avo Assure Client to fetch the input text's using column number and save the result in output variable.
Syntax
Input: <Input Text>
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

Usecase/Example

Scenario
Consider a scenario where user is testing a SAP GUI application where a table displays various columns, including "Order Number," "Customer Name," "Description," "Status," etc. User wants to verify if the "Description" column in the table and fetch its column number dynamically to perform further actions, such as validating data in that column.
Input
Description
Expected Result
The Get Column Number by Text should fetch the column number of "Description," which is 5 and save the status in Output variable.
Output
The Get Column Number by Text should fetch the column number of "Description” and stores the result in {Col_no} output variable as “5”, which can be utilized for display or other purposes.
Last updated
Was this helpful?