QTP/Windows

QTP: Working With Multiple Windows Applications

by Anshoo Arora ON November 26, 2009 · Posted In All, QTP, QTP/Windows · 14 comments

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.

Automating Windows Calculator Part 1

by Anshoo Arora ON October 28, 2009 · Posted In All, QTP, QTP/Windows · 29 comments

In this article, we will see a few interesting ways to automate the Windows Calculator. The concepts in this article should serve as an excellent way of understanding the automation process with QTP, how functions can help increase code reuse, and why at times its extremely important to validate user-input. A must read!