Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Checkpoint/wait
#1
Solved: 10 Years, 9 Months, 1 Week ago
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.
Reply
#2
Solved: 10 Years, 9 Months, 1 Week ago
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.
Thanks,
SUpputuri
Reply
#3
Solved: 10 Years, 9 Months, 1 Week ago
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

'
Reply
#4
Solved: 10 Years, 9 Months, 1 Week ago
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
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  help with wait property function kp_usa 3 3,986 12-20-2012, 10:49 PM
Last Post: kp_usa
  wait QAVA 1 2,783 11-13-2012, 07:29 PM
Last Post: imzeeshan
  How to control WAIT time with STATIC variable? chong67 3 3,817 06-22-2012, 10:38 AM
Last Post: sshukla12
Exclamation Alternative for Wait Statement Veekay 2 8,277 03-20-2012, 07:13 PM
Last Post: swathi
  Verifying the value exists and if not, wait up to 5min HeZma 3 3,845 02-25-2012, 12:21 PM
Last Post: rajpes

Forum Jump:


Users browsing this thread: 1 Guest(s)