Get Column by Text
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
Input: <Input Text>
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
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.
Description
The Get Column Number by Text should fetch the column number of "Description," which is 5 and save the status in Output variable.
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.