Trouble Shoot
Troubleshoot the problem you have, by looking at the various available options
How can I select a value from the dropdown
If the dropdown has standard select-option model. By configuring the property "byValue" we can achieve this. Refer to link Properties Library
How can i select the nth value from the dropdown
If the dropdown has standard select-option model. By configuring the property "byIndex" we can achieve this. Refer to link Properties Library
How can I scroll the dropdown and select a value
QATTS automatically scrolls to an element and selects the value, if it is not happening in your application. Below configuration can work Using the pre action as "scrollToElement". Refer to link Properties Library
How can I select a dropdown with partial value
Using the properties "contains" and "tagName" we can achieve this. Properties Library
How can I select multiple values from the dropdown
In the test data provide the values with a comma separated. QATTS automatically recognizes and selects the multiple values
How can I select the dropdown value which is present in the name attribute
If the dropdown has standard select-option model. By configuring the property "byName" we can achieve this. Refer to link Properties Library
There were no select->options tags in my web page, How can I work on such elements
QATTS has a property called "tagName" where the user can provide their tagName. Properties Library
How can I select a dropdown value which is completely dynamic
QATTS also provide an option to write a different locator to find the value. This can be configured with property "custom" Properties Library
Last updated