Micro Focus QTP (UFT) Forums
IE6.0 Downloading Picture Image issue - 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: IE6.0 Downloading Picture Image issue (/Thread-IE6-0-Downloading-Picture-Image-issue)



IE6.0 Downloading Picture Image issue - bostonma - 06-24-2010

Hi ,

I am seeing an issue in the application where the picture in the page does not get loaded properly in Ie6.0 atleast thats what the Brower status shows(To user it looks as if Page is loaded).
QTP does not navigate to other page as it thinks the Page is not loaded.
I have to manually move the mouse for the downloading Picture Image.png message to go away and QTP do its activities on the page.

Can you suggest what is the best way to resolve the issue, I do not want to babysit the scripts as that defeats the purpose of automation.
Are there any settings in browser that allows this message to goaway?
Should I write code in script for everypage to move mouse up or down?
Any ideas?


RE: IE6.0 Downloading Picture Image issue - Saket - 06-24-2010

as this is taking much time to download the image and if you really dont need the images in your tests, you can set your IE to not to download the images.
Tools> Internet options -- advanced tab
uncheck 'show pictures' in the multimedia section
restart IE


RE: IE6.0 Downloading Picture Image issue - bostonma - 06-25-2010

Thanks saket for replying.This option fails the scripts as it is not identifying some objects.