QTP Web

IE Error: A script is causing IE to run slowly

by Anshoo Arora ON December 5, 2010 · Posted In All, QTP, QTP/Web, VBScript · 11 comments

This tip shows how to disable the Error message: “A script on this page is causing Internet Explorer to run slowly” with using VBScript.

Browser: Not Required!

by Anshoo Arora ON May 2, 2010 · Posted In All, QTP, QTP/Web · 32 comments

There is a common perception that we must include the Browser object in hierarchies when working in the Web environment. The truth is that, we really don’t need to include the Browser object if the Page object has been included in the hierarchy.

QTP: Working with Multiple Browser Applications (Revised)

by Anshoo Arora ON October 19, 2009 · Posted In All, QTP, QTP/Web · 32 comments

Web applications due to their dynamic nature, make script development quite challenging. I am writing this article in an attempt to simplify one of its aspects that automation developers face while working with Web applications. We will see how it can be made extremely easy to work with multiple browsers with the use of a Dictionary object, to which we can add Browsers, remove them, change the way we reference them and much more.