site
stats

In the previous article on Keyword Driven Framework, we covered the basics of the framework such as what Keyword Driven Framework actually is, what are the main components used in this framework, its generic flow and the common Keyword Driven Framework structures that are used most frequently. We had seen that based upon how keywords

Till now we have covered QTP Linear Framework, Modular Framework and Data Driven Framework as part of the QTP Framework series of articles. Beginning with this article, we will cover the various aspects of QTP Keyword Driven Framework in detail. We will be covering all these details together with examples and downloadable code

If you have seen the previous articles on Data Driven Framework, we had discussed that there are 3 common ways in which you can store your data in excel sheets or QTP data table and then use it in a data driven framework. Of these 3 methods, we have already covered the first 2 methods

Background In the first article on Data Driven Framework, you saw how to create a Data Driven Framework in QTP using QTP Data Table as the Data Source. The article also covered the 3 different ways in which you can use Data Table and Excel sheets as a Data Source in QTP also with

In the previous article on Data Driven Framework using QTP Data Tables, you saw how you can add data in QTP Data Table and then write a script that can fetch data from this Data Table. This is the most basic method and also the easiest to implement. But the issue with this approach is

In the last couple of articles, we covered QTP Linear Framework (and its two main limitations) and saw how QTP Modular Framework can overcome one of these limitations. In this article, we will see how you can use Data Driven Framework in QTP to overcome the 2nd limitation (data re-usability) of the linear framework approach.

In the last article, you had seen how to create test scripts using QTP’s Linear Framework approach. The article discussed its advantages & disadvantages and covered the various components used to design the linear framework. We will now move a step further and discuss QTP’s Modular Framework and see how it overcomes

In the previous article, we discussed what a test automation framework is all about and also provided brief overview about various QTP framework types that you can use while scripting. Starting with this article, we will cover each of the QTP framework types in detail. In this article, we will cover the following aspects