Micro Focus QTP (UFT) Forums

Full Version: Web page is not loaded through QTP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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
select a suitable sync
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.