This article shows a simple way of finding out in which cell a QTP’s Test Object resides.
{ 38 comments }
A Test Development Resource for HP QuickTest Professional.
This article shows a simple way of finding out in which cell a QTP’s Test Object resides.
{ 38 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.
{ 10 comments }
This article explains how the Browser’s CreationTime ordinal identifier works in QTP with examples.
{ 19 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.
{ 30 comments }
This post describes a few ways to use Regular Expressions to select the target item from List objects. All examples of this post demonstrate techniques to be used in Web Applications, but they can be easily extended to technologies that store all list items with delimiters.
{ 26 comments }
This article is a tutorial which shows how parts of GMail can be automated through QuickTest Professional. GMail is an extremely dynamic UI and always quite challenging to automate successfully. Its dynamic behavior also makes it an excellent candidate to practice QTP with and sharpen your skills. I will try to show a few techniques that can be helpful in automating GMail, and through it, automating any dynamic application that you encounter.
{ 92 comments }
This article demonstrates a quick tip to activate, minimize or maximize browsers. Unlike a Standard Windows Window object, Browser does not support the Activate, Minimize, Maximize methods. Therefore, we can create our custom function and tie it with the Browser object using RegisterUserFunc.
{ 56 comments }
This post describes a simple technique that can enable retrieval of a Link’s onMouseOver color by simply changing the ReplayType setting before the onMouseOver FireEvent Event.
{ 34 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.
{ 29 comments }
This article describes how the management of test data can be greatly simplified with the help of ADO and the Dictionary Object. This concept shows how your data-pool needs to be accessed only once to create a highly efficient and fast-performing data-dictionary. Examples and Demos included.
{ 71 comments }
This article demonstrates an elegant approach to working with multiple Browsers through the use of Classes and Dictionary Object. Examples included.
{ 0 comments }
This article shows a technique that can be used to synchronize QTP with AJAX applications.
{ 23 comments }
This article outlines a few techniques to close Internet Explorer (IE) browsers in QTP (Closing browser techniques).
{ 43 comments }
This article outlines an easy way to retrieve object count when working with QTP. It can be used to include and exclude hidden objects in the page, to retrieve only the visible object count.
{ 27 comments }
This topic outlines the use of XMLHTTP object in VBSCript. It will show how to retrieve Server-side response without physically opening the page.
{ 3 comments }
The IsObjectFound class implements the search function for the specified web object and returns true if a visible instance is found. Considers Visible and Hidden Objects.
{ 8 comments }