Micro Focus QTP (UFT) Forums
QTP and POP UP issues - 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 Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: QTP and POP UP issues (/Thread-QTP-and-POP-UP-issues)



QTP and POP UP issues - Sonia - 03-14-2008

Hi ,

I am scripting with QTP 9.2 /QC 9.2 . My web site requires POP Up enabled as some windows are not recognized by QTP otherwise .

However I keep getting the Internet Security and Alert popup in the middle of the application. These windows are random so I really dont know when they will pop up . I wrote a recovery scenario for each of them .

Would anyone know if I should attach these recovery scenarios to each test in the test set ? I am using QC to run these tests so the test sets are created in QC . I have around a 100 tests so attaching two recovery scenarios to each test .. is that really a good solution ?

Thank You
Sonia


RE: QTP and POP UP issues - Cpt.Zack - 03-15-2008

I am not sure if you should be doing that.

I am assuming that the POPUP you mention here are the security prompts that IE throws up, asking you if you want to continue or not.

These prompts can be turned off in IE security options, you could add a prerequisite to your scripts to reduce the security settings of IE, which then will turn off al prompts.

I know this is not a direct answer to your query, but I guess this gives you a new perspective.


RE: QTP and POP UP issues - Sonia - 03-16-2008

Thank you for the reply. This may be a simple question but where exactly in IE security options can I turn off the pop ups . There are two that come Security Alert and Internet Explorer

Thanks
Sonia


RE: QTP and POP UP issues - Cpt.Zack - 03-17-2008

Since I don't exacly know the prompt that you are getting, I'd suggest go to security tab and click on custom level, there you will find a number of settings with the opitons "Disable", "Enable", "Prompt" change the option to enable or disable based on your requirement.....hope this helps