QTP Multiple Browsers

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.

QTP: Working with Multiple Browser Applications – A Concept

by Anshoo Arora ON August 24, 2009 · Posted In All, QTP, QTP/Web · 0 comments

This article demonstrates an elegant approach to working with multiple Browsers through the use of Classes and Dictionary Object. Examples included.