site
stats

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

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

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

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.”

Till now, we have covered many aspects of the Keyword Driven Framework in detail. This would be the last article of the Keyword Driven Framework series. In this article, we will see the actual implementation of the Keyword Driven Framework mapped at functional level

In the previous two articles we saw how to create a Keyword Driven Framework where the keywords are mapped at Operation Level. In this article, we will cover a different type of Keyword Driven Framework – the one where the keywords are mapped at Functional Level. Keyword Driven Framework mapped at Functional Level is

In the previous article on Keyword Driven Framework mapped at Operation Level, we covered the basic features of the UFT keyword driven framework that we would be creating here. The article contained information about the components that can be used in this framework as well as the general flow of the test cases. In this … Read more