Select Based on Absolute Value
Last updated
Was this helpful?
Last updated
Was this helpful?
This ‘Select Based on Absolute Value’ is pre-built Action located under the Dropdown captured Element. It instructs the Avo Assure client to select the value from the dropdown based on the exact text provided in the input.
Input: <text>
Note: 1. This keyword requires an exact match. Due to browser rendering, if the value contains trailing/leading spaces, the keyword will fail.
2. This keyword will pass only if the input value matches the values present in the application under test.
3. This keyword selects the values given in the input. To see the selected values, the tester should use the “getSelected” keyword after selecting the keyword.
Output: <Dynamic Variable>;< Dynamic Variable> (Optional)
Consider a scenario where you are testing Corporation web application, where you are needed to select an item from a list based on an exact text value. Using the Select Based on Absolute Value action in Avo Assure, you can specify the exact text that needs to be retrieved, and its value specified as text in the input value will be selected in the application. This test ensures that the application accurately locates and retrieves items from the list when an absolute (exact) value is provided.
SHREE ATALBIHARI VAJPAYEE LIBRARY
This action needs to fetch given text which is provided in input value.
The action performs successfully, and output variable {Status} contains True.