Micro Focus QTP (UFT) Forums
QTP is not recognising download pop-up - 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 is not recognising download pop-up (/Thread-QTP-is-not-recognising-download-pop-up)



QTP is not recognising download pop-up - samita2011 - 12-17-2011

I recorded steps for downloading and ran the script, but it is giving warning message stating:
"Cannot find the "Cancel" object's parent "File Download" (class Dialog). Verify that parent properties match an object currently displayed in your application."

Note: I clicked on the "cancel button" on the download pop-up.

I tried the setting given in the forum in object identification but result remains the same. Please help me.



RE: QTP is not recognising download pop-up - ravi.gajul - 12-17-2011

It looks like there could be few properties changing for the pop up window during every run.Check for the property that is changing and you may use regular expression for that particular property.


RE: QTP is not recognising download pop-up - samita2011 - 12-17-2011

Thank You Ravi,

But please explain me more clearly because I m using QTP for the first time. How can I check properties of pop-ups. I tried it many times by recording different downloads, same problem occurs when I tried to upload bulk users by means of excel sheet beacause we get same type of pop-up there.

Thanks


RE: QTP is not recognising download pop-up - ravi.gajul - 12-18-2011

Please use object spy to obtain the properties of pop up dialog box.Check whether the properties that are there in object repository match with that of spy.
To use Object Spy
1. Go to Tools->Object spy.
2. One window named Object Spy will open
3. Then open the application whose object properties or methods you want to see.
4. Then just click on “Pointer image” of object spy window.
5. Click on Object whose object properties or methods you want to see.