Get Row Number by Text
Last updated
Was this helpful?
Last updated
Was this helpful?
This is prebuilt action in Avo Assure which comes for captured Table elements from Desktop application. It instructs the Avo Assure Client to retrieve the row number of text given in input value and save the result in the output variable.
Input: <text>
Note: It refers to text given as input by user.
Output: <Dynamic Variable>(optional);< Dynamic Variable> (Optional)
Scenario:
Consider a scenario where a desktop application is being tested and the goal is to retrieve the row number for a specific text, such as "Education," from a data table, the Get Row Number by Text action in Avo Assure can be used. This action helps extract the correct row number for the "Education" text from the table. It ensures the correct row is identified, allowing for further actions to be performed on it.
Excepted Result: The action needs to fetch the input text's row number and save the result in the output variable.
Output: The action performed and saves the result (row number) in the {Result} output variable as 2.