site
stats

This article contains the basic information about ‘Actions in QTP’. The main points that you would read in this presentation is listed below. 1) What are QTP Actions 2) What are the different types of QTP actions 3) How actions access data from QTP data tables 4) How to call actions in your QTP scripts

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

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.

In this article, we’ll have a look at the syntax of RegisterUserFunc statement. We’ll also try to understand the syntax with the help of an example. Syntax RegisterUserFunc TOClass, MethodName, FunctionName, SetAsDefault

SystemUtil.Run is an inbuilt QTP command that lets you run a file or an application. Mostly SystemUtil.Run command is used to open browser with a specific URL. But there is much more that can be done with it. Here in this article, you’ll see various examples on how to use SystemUtil.Run for different purposes.

In this article you’ll see how you can uninstall Add-ins from QTP (To add new add-ins in QTP, read How to install or add add-ins other than the default ones in QTP). To uninstall an already installed Add-in, you need to open the QTP setup and modify the same.

Did you notice that when you install QTP, you have ActiveX, Visual Basic and Web add-ins installed/available by default. Now there would be many situations where you are working on some application which needs some additional add-ins to be installed. For example, let us assume that you want to automate a Java Application

Many a times when we are creating a QTP script, we tend to run it many number of times to validate small portions / functionalities in the script. And most of the times while running the test script, we let the settings in Run Dialog box remain as it is. In the Run Dialog Box