QATTS Technical Docs
2.0.0 Main
2.0.0 Main
  • QATTS Product Documentation
  • Getting Started
    • About QATTS
      • A Quick Tour of QATTS
      • Terminology
      • Relationship
    • Dashboard
  • Getting to know
  • Administration
    • Product
      • How to Add Product
      • Configure Test Data Repository
    • Code Branch
      • How to Add Code Branch
    • Feature
    • Client
      • How to Add Client
    • Deployment
      • How to Add Deployment
      • Database Config
      • Email Config
    • Node
      • Streaming Configuration
      • How to register node for streaming
      • Status And Actions
    • Agent
    • User
    • Role
  • Studio
    • UI Elements
      • text_box
        • Properties Library
        • Trouble Shoot
      • loader
        • Trouble Shoot
      • date
      • button
      • drop_down
        • Trouble Shoot
        • Properties Library
      • label
      • check_box
      • radio_button
      • link
      • Shadow
      • Trouble Shoot
      • Properties Library
      • Pre and Post Actions
      • table
        • Example
        • Trouble Shoot
      • form
      • toogle_button
      • file
      • alert
  • Automation
    • Objects
      • UI Element
        • Drop Down
        • Radio Button
        • Multi Elements
        • table
        • form
      • Product Element
        • Advanced Data Types
          • QIntegerArray
          • QStringArray
          • QArray
          • QData
        • Basic Data Types
      • API
      • Query
      • Smarty
        • Excel: Read data from excel
        • File: Reads file Data
        • EmailRead
        • EmailSend
        • SiteScan
        • PDF Utils
      • New Group
    • Test Case
    • Function
    • Data Table
  • Execution
    • Test Case
      • Clients Summary
      • Search and Manage
      • Context Parameters
      • Details by Functionality
        • Sync
    • Test Suite
      • Create Suite
    • Test Run
      • Schedule Test Run
      • Untitled
    • Test Result
      • Results by Clients
      • Results by Fuctionality
    • Build No
    • Reports
      • All Failed Test Cases
      • Recently Failed Test Cases
  • Others
    • Milestone
  • Settings
    • Builds
    • Milestone
  • Site Scan
  • Using QATTS
    • Guide to API Automation
      • Adding API
      • Request
      • Response
        • Writing Response Schema
    • Guide to Web Automation
      • Performing Web Automation
    • Guide to setup agent-service
  • Advanced Data Types
    • QData
  • Methods
  • Standard Actions Methods
    • Execute Methods
  • UI Action Methods
    • extractGroup
  • File Action Methods
  • UI Element Advanced
  • UI Checks
  • Extraction Rules
  • Assertion Operations
  • Error Codes : Automation
  • Error Code: Execution
  • JSpreadSheetUtil Methods
  • Functions
    • Primitive
      • CONCATENATE
    • Date & Time
    • Text
  • Other Information
    • FAQ
    • Troubleshooting
      • UI Methods
Powered by GitBook
On this page

Was this helpful?

  1. Studio
  2. UI Elements
  3. drop_down

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

Previousdrop_downNextProperties Library

Last updated 2 years ago

Was this helpful?