Sometime back, we had published an article on how to download UFT 12.52 from HP website. Looks like HP has now released a new version of the tool – UFT 12.53. In this post, we will list down the new features that have been added to UFT 12.53.
Author Archives: Anish Pillai
UFT Batch Run – Prevent Windows from getting locked during Script Execution
May 28th, 2016 | Posted by in QTP Basic Stuff | QTP Concepts - (0 Comments)We had previously talked about a method whereby you can use Windows Media Player to prevent Windows from getting locked while your QTP/UFT batch run is in progress. Here are few more alternative methods you can use to make this work
Download UFT Latest Version (v12.53) from HP
May 22nd, 2016 | Posted by in QTP Basic Stuff | QTP Concepts - (3 Comments)The latest version of HP UFT 12.52 (Unified Functional Testing), formerly QuickTest Professional (QTP), can be downloaded from HP website. As with the previous versions of UFT, the trial version is available for use for 30 days.
Designing Hybrid Framework in QTP – Part 4 [Final Part]
September 30th, 2013 | Posted by in QTP Framework - (19 Comments)We started the ‘Hybrid Framework in QTP‘ series with an article that covered the basics of hybrid framework in QTP. This series of posts would be concluded here in this 5th and final part where we will cover some of the remaining topics about the hybrid framework. We will also provide the sample framework code
Designing Hybrid Framework in QTP – Part 3
August 7th, 2013 | Posted by in Advanced Concepts | QTP Framework - (26 Comments)In the previous article on Hybrid Framework in QTP, we started writing the code to create the Hybrid Framework. We created one test script (in linear fashion) and then implemented the features of QTP modular framework into it. In this article, we will take up the same framework and extend it further
Designing Hybrid Framework in QTP – Part 2
August 3rd, 2013 | Posted by in Advanced Concepts | QTP Framework - (19 Comments)Continued from previous article – Designing Hybrid Framework in QTP (Part 1). In this article, we will start looking at the process of creating a hybrid framework from scratch. This article would concentrate more on the coding aspects of the hybrid framework. We will start with a basic test script
Designing Hybrid Framework in QTP – Part 1
July 24th, 2013 | Posted by in QTP Framework - (18 Comments)In the previous article on QTP Hybrid Framework, you saw the hybrid framework from a generic point of view. That article highlighted the very basic information about hybrid frameworks, such as – what a hybrid framework is, its structure and some important features that are common across multiple hybrid frameworks.
From all the QTP Framework articles that we have posted on this blog till now, this series of articles (about the hybrid framework) is be the most important one. The sole reason for this is – “Hybrid framework is the most commonly used framework in test automation projects.”