Micro Focus QTP (UFT) Forums
Web page is not loaded through QTP - 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: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: Web page is not loaded through QTP (/Thread-Web-page-is-not-loaded-through-QTP)



Web page is not loaded through QTP - estherindu - 12-31-2009

Hi Experts,

I have a script to open a browser page on clicking an image.When I test it manually ,the page is opening properly.but When I am try to perform the same through QTP script,a blank page is opening and the sad part is no browser opened so far will get hanged once this blank page opened.

some times the same script works fine(very rarely),but fails so many times.

Please help me out............

Happy New year
Indira


RE: Web page is not loaded through QTP - upadhyay40 - 12-31-2009

Hi Indira,

In the youe web page please check if there is dynamic object, if it has, then you can use descriptive programming for solving your problem, hope this might solve your problem, happy new year.

Thanks
Mahesh


RE: Web page is not loaded through QTP - sukeshkumar5 - 01-01-2010

select a suitable sync


RE: Web page is not loaded through QTP - basanth27 - 01-07-2010

Indira -
To begin with try with a Wait statement to see if the hard - stop ever resolves the issue.

If not, Place a breakpoint before the click of image and then begin debugging to identify what exactly is going on during the click.