Micro Focus QTP (UFT) Forums
Checkpoint/wait - 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: Checkpoint/wait (/Thread-Checkpoint-wait)



Checkpoint/wait - cocojava - 06-18-2010

OS Windows
IE8
QTP10

Hi,
I'm creating a checkpoint AFTER the page loads and requesting that it performs a 'broken links' check.

However when it performs the test. The results summary is returning results stating that it failed. Links expected/vs captured was 48/47.

Manual test shows they do indeed exist, so I thought the page just loads slow, so in 'load time' all the way to "700"

I'm unable to find any documentation on the whole set up or "How To" on the 'wait' command.


RE: Checkpoint/wait - supputuri - 06-19-2010

HI,

Inorder to load the page completly you can wait for some time using

Code:
wait 100  'specify the seconds here

but the better approach is use the synchronization point, or consider any one of the object that will appear once the page is completly loaded.

Another way of doing it is you can consider the "WinStatusBar" statu which will display "Loading/Done" status.

let me know if you need any more info.


RE: Checkpoint/wait - cocojava - 06-19-2010

Choose this method:
'Another way of doing it is you can consider the "WinStatusBar" statu which will display "Loading/Done" status.'
PERFECT!!

THANKS FOR THE HELP and QUICK RESPONSE

'


RE: Checkpoint/wait - supputuri - 06-19-2010

Good to hear that and we are here to help you guys and learn from you guys.

Let me know if you need any more information.

Thanks,
Always I am A Learner