Descriptive Programming In QTP 01:08:00 2 Comments Edit This article provides the details about: Introduction to Descriptive Programming Advantages of Descriptive Programming Writing Descrip... Read More
QTP Settings Global Configuration 02:56:00 Add Comment Edit This article explains the details about the object identification and configuration. As we know that there are around 25-30 object proper... Read More
How to record a script in QTP? 11:41:00 Add Comment Edit This article explains the steps to be followed to record a script in QTP. Recording script in QTP is very useful for the beginners. We have ... Read More
Insert Call To Existing Action in QTP 04:07:00 1 Comment Edit This article explains the details about the call to existing action in QTP. We can insert call to the existing/ reusable action stored in t... Read More
Call To Copy Of Action in QTP 02:36:00 Add Comment Edit This article explains about the call to copy of action and the steps to be followed. We need to remember the following points whe... Read More
Different Ways To Get And Count Objects In QTP 03:52:00 1 Comment Edit Getting and counting the number of objects on a web page is important factor as part of Automation testing. This article explains the diffe... Read More
Capturing Tool Tip Of A Link In QTP 01:07:00 Add Comment Edit As we know that the Tool tip or infotip or a hint is a common graphical user interface element. It's used in conjunction with a cursor,... Read More
VBScript Syntax Rules And Guidelines 00:01:00 Add Comment Edit Case Sensitive: VBScript is not case sensitive.It means that it doesn't differentiate between upper case and lower case spelling of wo... Read More
QTP Driver Script 23:15:00 1 Comment Edit Actually we are using VBScript in most of the areas in QTP. But the Driver Script is the only QTP script, reated to all are VBscript files(.... Read More
Input And Output Operations in QTP 06:19:00 Add Comment Edit Am going to explain some of the input and output functions used in Test Automation script which will be useful in debugging the script as w... Read More
Dynamic Handling Of Object Repositories in QTP 01:57:00 Add Comment Edit This article gives the details about the dynamic handling of Object Repositories.Dynamic Handling of Object Respositories represents the ... Read More
Database Connections In QTP 19:31:00 Add Comment Edit Database connection is a facility in computer service which allows the client software to interact with Database irrespective of the Databas... Read More
Smart Identification In QTP 05:24:00 1 Comment Edit As we know that QTP is object based tool. QTP uses the learned object description to identify the objects. It searches for an object that m... Read More
Batch Testing In QTP 00:12:00 1 Comment Edit Batch Testing or Batch execution represents the execution of series or group of automated tests at a time.QTP provides a tool called "... Read More
Parametrization In QTP 03:27:00 Add Comment Edit Parametrization is mainly useful when the functionality is tested with different sets/ types of data. This is mainly used in Data Driven Te... Read More
Data Table Methods In QTP 10:24:00 Add Comment Edit Data Tables plays major role when using Data/Keyword Driven frameworks. It'll be easy to work with Data tables if we know the methods.We... Read More
Object Identification Configuration in QTP 09:50:00 Add Comment Edit As most of us are aware of that the Object Identification plays a major role in Automation Testing. So, it's important to know the detai... Read More
Methods And Operations in QTP 10:51:00 Add Comment Edit This article gives the details about some of the frequently used QTP methods and its operations. We have the following methods. Activate: ... Read More
Reporting Defects In QTP 10:30:00 1 Comment Edit QTP is an Object Based Test Automation tool. We can create and execute the tests using QTP. QTP provides varies methods to create and enhanc... Read More
Virtual Object Configuration in QTP 10:01:00 2 Comments Edit Some of the objects looks like standard objects in the Application Under Test but they will not be recognized by QTP. So, we need to configu... Read More
Measuring Transaction Time In QTP 10:49:00 2 Comments Edit In some situations we may need to track the time taken for the script execution or need to track the time taken for a functionality to compl... Read More
Step Generator in QTP 09:32:00 Add Comment Edit Step Generator is a feature and Library of functions which is used for generating the Recordable or Non-Recordable steps. We can launch th... Read More
Comments in QTP Script 19:48:00 3 Comments Edit Comments are statements which are ignored by the host when the script is executed. To ensure that the comments statements are not interpre... Read More
QTP Action Template 11:18:00 Add Comment Edit Most of might have seen that some of the information are displayed by default when creating new action. Basically this is called "Actio... Read More
Working With Multiple Browsers Using QTP 10:38:00 Add Comment Edit We are aware of that multiple instances of QTP can't be running on a single machine. But by using QTP we can work with multiple instance... Read More