This article is targeted towards Test Automation beginners who have just started their journey with QTP and Test Automation. The article contains the very basic concepts of automation like
Test Automation and QTP – The ZeroTH Step
July 5th, 2012 | Posted by in QTP Basic Stuff | QTP Tutorials for Beginners - (2 Comments)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.
Descriptive Programming in QTP – The Complete Guide : Part 2
March 26th, 2012 | Posted by in QTP Concepts | QTP Tutorials for Beginners - (27 Comments)In the previous article, we saw the basics of Descriptive Programming in QTP. In this article, we will discuss few more important concepts that will help you use descriptive programming more effectively.
Descriptive Programming in QTP – The Complete Guide : Part1
March 17th, 2012 | Posted by in QTP Concepts | QTP Tutorials for Beginners - (88 Comments)This article covers the basics of Descriptive Programming in QTP with the main aim to help you get familiarized with its basic syntax. The article uses an illustrative approach to help you understand the difference between Object Repository and Descriptive Programming code.
Part 7: QTP and VBScript | Writing Sub Procedures & Functions in QTP
March 3rd, 2012 | Posted by in qtp and vbscript tutorials | QTP Tutorials for Beginners - (33 Comments)Many a times when you are writing your test scripts, you might encounter some lines of code that need to be executed multiple times during the course of the script. Rather than repeating the same code in your script multiple number of times, the common practice is to create a function for it and call
Part 6: QTP and VBScript | Nested Loops in QTP
March 1st, 2012 | Posted by in qtp and vbscript tutorials | QTP Tutorials for Beginners - (3 Comments)In the previous article on using loops in QTP, we saw the basics of different types of loops that you can use in QTP. However in many cases you might have to use nested loops. Also, there are lot of scenarios that require use of loops with arrays and conditional statements. Let’s see how this
Part 5: QTP and VBScript | Looping through Code
February 14th, 2012 | Posted by in qtp and vbscript tutorials | QTP Tutorials for Beginners - (11 Comments)In this fifth installment of QTP VBScript Tutorial series, we would cover the various looping statements that are available in VBScript. Looping statements allow you to repeatedly execute a set of statements multiple times. The number of times the code is executed depends upon many factors such as some loops are executed until a condition