Relevant Codes

A Test Development Resource for HP QuickTest Professional.

November 2009

There are several instances where automation developers have to work with applications containing multiple windows, in a Standard Windows Environment. This technique uses a similar methodology as demonstrated in the article for Web-based apps, but the crux of this technique differs. It can be used by automation developers testing most types of windows applications.

{ 8 comments }

Parameterization is a process in which parameters, or variables are substituted for hard-coded values which help perform the same operations on the AUT with multiple sets of data. In other words, in QTP, parameterization helps automation developers test an application with different data from a single action (or multiple actions) through multiple iterations.

{ 76 comments }

This post contains the updates regarding the upcoming automation framework as well as some ideas that might be included in its first release, which will be available for trial and download sometime during January 2010. Enjoy!

{ 17 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.

{ 15 comments }