This post includes all Public patches available for QTP/UFT 11.5 (downloadable from HP directly). It will be updated every time a new patch is released. Last updated May 06, 2013.

by Anshoo Arora on February 12, 2013 | QTP Patches, QTP/UFT | 3 Comments

In this article, I am going to show how to automate 2 complex Dojo controls without creating a separate Web Extensibility solution. Dojo Slider A Dojo slider (also known as trackbar) is simply a scale that can be dragged vertically or horizontally to select a value. It’s generally referred to as digit.form.HorizontalSlider or dijit.form.VerticalSlider. To [...]

by Anshoo Arora on December 18, 2012 | QTP/UFT, QTP/Web | 7 Comments

There have been several posts/threads sharing information regarding our upcoming book and I wanted to take this opportunity to consolidate all information under a single post. I will try to update this post as frequently as possible to incorporate all updates, news, discounts etc. You can also view the book preview here – which will [...]

by Anshoo Arora on November 1, 2012 | Books | 2 Comments

The PageObject design pattern plays the role of modeling areas of UI within test code where methods of PageObjects return other PageObjects. In reality, this concept is similar to the class we saw in the Using Classes as Test Modules where methods return Boolean. This design pattern replaces the Boolean with actual PageObjects which are [...]

by Anshoo Arora on August 29, 2012 | QTP/UFT | 5 Comments