QTP Interview Questions 16: How can I verify if a page is completely loaded?

Apparently, I have a silly peeve about checking complete load of certain web page with the function Browser("Google").Page("Tutorials").Sync. Usually this great function doesn't work quite well. As work around solutions on the web pages that appear to begin loading sluggishly, Quality Assurance Engineers in my team have had some success using both QTP sync methods as well: Browser("Google").Sync and Browser("Google").Page("Tutorials").Sync.

Common QTP Interview Questions