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
Selecting Data Sheet format for a Data Driven Framework in QTP
May 25th, 2012 | Posted by in QTP Concepts | QTP Framework - (16 Comments)VBScript Arithmetic functions that can be used in QTP
May 10th, 2012 | Posted by in qtp and vbscript tutorials - (0 Comments)In the previous article, we saw the common string manipulation functions that can be used in QTP. In this article, we will cover the arithmetic or math functions that can be used in QTP. Before we begin with this article, please note that you would not be using arithmetic functions as often
Common string manipulation functions that you would be using almost daily in QTP
May 6th, 2012 | Posted by in qtp and vbscript tutorials | QTP Basic Stuff | QTP Tutorials for Beginners - (45 Comments)This article (and few more upcoming articles on VBScript Function Reference) is an extension of the QTP VBScript Tutorial series that we had started sometime back. In this article, you would see some of the important and common VBScript string manipulation functions that you would most likely be using almost daily while working with QTP.
Data Driven Framework in QTP : The Complete Guide – Part 1
May 1st, 2012 | Posted by in QTP Framework | QTP Tutorials for Beginners - (81 Comments)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.