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!
Tagged as:
Automating Application,
Calculator,
Functions,
QTP
This article will discuss the concepts of Custom Checkpoints, their benefits, when to use them and how they provide us with greater flexibility in script development. Custom CheckPoints offer an easier and highly flexible way of construction your object verifications, which is a core concept of test automation. The concepts below, when coupled together can help you build extremely robust scripts, with enough information that your user desires.
Tagged as:
.Exist,
Custom Checkpoint,
DP,
QTP,
QTP CheckPoints,
QTP Custom CheckPoints,
QTP Reporter
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.
Tagged as:
Multiple Browsers,
QTP,
QTP Browsers,
QTP IE,
QTP Multiple Browsers,
QTP Multiple IE,
QTP Web
We had an issue with one of the SiebButton objects’ in our environment. When we executed a statement to click on this particular SiebButton, the next statement would not execute. What happens is, as we click this particular SiebButton, a Dialog box pops up immediately. For some reason that we have not been able to figure out, the execution marker from the SiebButton(“”).Click statement will not move to the next line.
Tagged as:
Error,
QTP,
QTP Siebel Dialog,
QTP Siebel Error,
Siebel,
Test Execution Halts