swfWindow("").SwfWindow("").SwfComboBox("").select strSelectThe above code is giving a run error "Object not Visible" in QTP. I also recorded the same and then when i tried play back same error got displayed.
Hello Ravindra,
Could you please give me more details about your enviroment. What is your OS (Win 7, XP). Are you using x32bits or x64 bits machine. What is your version of QTP and TestAdvanatage. Do you have any installed patches for QTP, do you have installed service packs and which one.
Are you able to record and replay correct scripts using our default samples (the samples that you received with installation of TestAdvantage). Are you using UltraCombo or UltraComboEditor in your AUT ?
Please do not hesitate to write us if you have any questions.
Regards
I am using Win XP, 32bits, QTP11 and "Test Advantage for Windows Forms(HP) 2008 Vol.3 CLR 2.0". Also have installed (.Net) addin. Yes I'm able to record and replay correct scripts using default samples.
What do you mean by UtraCombo or UltraComboEditor?? Im not sure what it means.
Hi,Yes, The control is visible when the script throws exception. I have tried SwfComboBox(...).Highlight the object gets highlighted, there is no SwfComboBox(...).SetFocus option getting displayed.
Ravindra,
What is the swftypename of the combo when you look at it using Object Spy? This will help us to know which control you are using.
swftypeanme = ORGUtilUI.ORGComboBoxnativeclass = WindowsForms10.COMBOBOX.app.0.33c0d9d
ORGUtilUI.ORGComboBox appears to be a custom control and may or may not be derived from an Infragistics control. Please ask your developers for the base type of the control and let us know what it is. If it is an Infragistics control, then we may need an example using this custom control to look into your issue.
Let me know if you have any questions.
Have you been able to resolve your issue ? If you still have any concerns or questions I will be glad to help. If you need any additional assistance don’t hesitate to ask.
Hi,
I have put forward the same to developers and they are looking into the issue. They are working on the same.The issue is not yet resolved. Will get back once the developers give me a answer.