Trouble Shoot

Troubleshoot the problem you have, by looking at the various available options

chevron-rightHow can I select a value from the dropdownhashtag

If the dropdown has standard select-option model. By configuring the property "byValue" we can achieve this. Refer to link Properties Library

chevron-rightHow can i select the nth value from the dropdownhashtag

If the dropdown has standard select-option model. By configuring the property "byIndex" we can achieve this. Refer to link Properties Library

chevron-rightHow can I scroll the dropdown and select a valuehashtag

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

chevron-rightHow can I select a dropdown with partial valuehashtag

Using the properties "contains" and "tagName" we can achieve this. Properties Library

chevron-rightHow can I select multiple values from the dropdownhashtag

In the test data provide the values with a comma separated. QATTS automatically recognizes and selects the multiple values

chevron-rightHow can I select the dropdown value which is present in the name attributehashtag

If the dropdown has standard select-option model. By configuring the property "byName" we can achieve this. Refer to link Properties Library

chevron-rightThere were no select->options tags in my web page, How can I work on such elementshashtag

QATTS has a property called "tagName" where the user can provide their tagName. Properties Library

chevron-rightHow can I select a dropdown value which is completely dynamichashtag

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

Was this helpful?