Get Colum Number by Text

This is pre-built action in Avo Assure which comes for captured Table elements from Desktop application. It instructs the Avo Assure Client to retrieve the column number of text given in input value and save the result in the output variable.

Syntax

Input: <Text>

Output: <Dynamic Variable>(optional);< Dynamic Variable> (Optional)

Usecase/Example

Scenario

Consider a scenario where a desktop application is being tested and the goal is to retrieve the column number for a specific text, such as "Avo," from a table, the Get Column Number by Text action in Avo Assure can be used. This action helps extract the correct column number for the "Avo" text. It ensures the correct column is identified, allowing for further actions to be performed on it.

Expected Result

The action needs to fetch the input text's column number and save the result in the output variable.

Output

The action performed and saves the result (column number) in the {Result} output variable as 3.

Last updated

Was this helpful?