Select Based on Absolute Value
Last updated
Was this helpful?
Last updated
Was this helpful?
This is pre-built Action located under the Table captured from the AUT Element Name. It instructs the Avo Assure Client to select the value from the dropdown based on the text provided in the input value of Avo Assure for dropdown/list present on the AUT, which is in the table cell.
Input: <row_num>;<col_num>;<dropdown>;<elementIndex>;<Exact text has to given>
For above Syntax user need to give the row number and column number of which user wants to select value, along with Object type as dropdown, elementIndex (Element Index of the cell) and exact text which user wants to select.
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)
In a project management system, there is a table that displays task details. Each row represents a task, and each task has a dropdown list in a cell under the "Priority" column where the user can select the priority level for the task. The options available in the dropdown list are "Low," "Medium," and "High."
You need to automate the testing process to verify that the correct priority level is selected from the dropdown for each task based on user input or predefined test data.
1;2;dropdown;1;High
The "Select Based on Absolute Value" Action needs to select the specified value ("High") from the dropdown located in the first row of the "Priority" column in the task table and save the status in the output variable as True.
The Select Based on Absolute Value Action is selection a specified value from the dropdown of table cell and save the status in the {result} output variable as True, which can be utilized for display or other purposes.