Micro Focus QTP (UFT) Forums
Objects inside Pop up window not recognised. - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others)
+--- Thread: Objects inside Pop up window not recognised. (/Thread-Objects-inside-Pop-up-window-not-recognised)

Pages: 1 2


Objects inside Pop up window not recognised. - falvi - 04-09-2012

Hello,

i'm working with a flow where a pop-up window apears with multiple checkboxes and a couple of buttons, but the QTP does not recognize the objects inside the pop-up window, it does recognize the window it self, but again, not the objects(checkboxes, buttons) inside the window.

i've windows 7, IE8 and QTP 10.

need some extremely urgent help on this... :s


RE: Objects inside Pop up window not recognised. - rajaselvan.d - 04-10-2012

Hi falvi,

First clarify my question: is there any third party control inside in the popup window? if not so, then you can recognise those object manually by using object repository. There is an option in the Object repository to add the objects.


RE: Objects inside Pop up window not recognised. - falvi - 04-10-2012

there are no third party controls, simple web checkboxes and web buttons,

actually this issue is only on one system, i just transferred the test to this system and i'm having this issue here, it's working fine on the machine it was developed at and couple more machines as well, but only on this machine, this object is not identified, QTP object spy identifies every thing inside the window as a single "web element" container, not individual check boxes and buttons. :s


RE: Objects inside Pop up window not recognised. - sshukla12 - 04-10-2012

Hi,

Could u please check the IE version and other configurations w.r.t machine on which it was working.

Regards,
Sankalp


RE: Objects inside Pop up window not recognised. - rajaselvan.d - 04-10-2012

First Solution:
Ok.. Understood. There may be a user rights problem in this machine. Check what rights you have given to other machine. Try to give the same rights to this machine.

Second solution:
First try record and playback, if QTP could recognised your object then you can try with your script and check necessary Add ins has been added


RE: Objects inside Pop up window not recognised. - falvi - 04-10-2012

could you please tell me which "user account settings" to check specifically? because the ones i know about are the same on both machines.


RE: Objects inside Pop up window not recognised. - rajaselvan.d - 04-10-2012

If you are able to give adminstrator rights for this maching then you can try


RE: Objects inside Pop up window not recognised. - falvi - 04-10-2012

user is already administrator... :s and the only user as well for that machine..!


RE: Objects inside Pop up window not recognised. - rajaselvan.d - 04-10-2012

Try record and playback for some other web application to check whether the standard web controls (like combo,textbox)are recongnised by QTP. If standard webcontrols are recognised then you can run your script


RE: Objects inside Pop up window not recognised. - falvi - 04-11-2012

i have not yet tried to record and run, but i'll let you know what comes the result for that.