Forum Discussion

saravana's avatar
saravana
Occasional Visitor
9 years ago

Combopopup window is not recognised by Test complete tool (javax.swing.plaf.basic.BasicComboPopup)

Combopopup window is not recognised by Test complete tool without which i am unable to select the item from available list.

For Combopopup,

JavaClassName-  BasicComboPopup$1
JavaFullClassName-  javax.swing.plaf.basic.BasicComboPopup$1

After spying the object address of the combolist, in properties window,provide a valid parameter and under wItem property and an error is displayed(attachment is provided for your reference) 

For Comboboxlist,

JavaClassName-BasicComboPopup$1
JavaFullClassName-javax.swing.plaf.basic.BasicComboPopup$1

 

Please provide a solution for the above problem

 

Thank you

Saravana

1 Reply

  • TanyaYatskovska's avatar
    TanyaYatskovska
    SmartBear Alumni (Retired)

    Hi Saravana,

     

    First of all, please refer to the Supported Java Controls ( https://support.smartbear.com/viewarticle/71844/ ) article and check whether the control that you're using is on the list of supported third-party controls.

     

    If it isn't, check whether the control is inherited from a control that is specially supported by TestComplete (for example, from the JComboBox control). If it is, use the Object Mapping feature described in the Object Mapping (https://support.smartbear.com/viewarticle/73545 ) article to make TestComplete treat the control as a supported control.