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.

1 comment:

Anonymous said...

waiting for the the last loaded object in the page and sync the application or using the Exists(Time)script will Stop till Loading of the Page

Common QTP Interview Questions