Utility Objects in QTP 09:26:00 1 Comment Edit This article explains the details about the Utility objects in QTP. QTP objects are reserved objects that are useful to enhance the power of... Read More
Environment Variables in QTP 02:56:00 Add Comment Edit This article gives the information about the environment variables in QTP. Environment variables are like global variables. The value of the... Read More
Object Identification in QTP 09:38:00 Add Comment Edit This article explains the details about the object identification in QTP. Object identification is the crucial part of a test case. QTP doe... Read More
Object Repository modes in QTP 10:17:00 Add Comment Edit This article explains the different types of object repositories in QTP. There are two types of objects repositories in QTP. Local/Per Acti... Read More
Working with Test Object Properties 09:38:00 Add Comment Edit The following example demonstrates the usage of Test Object Properties. ' Get the webedit object Set oedit = Browser("aaa").... Read More
Object Repositories in QTP 09:25:00 Add Comment Edit Object Repositories in QTP are used to store the elements in the application under test(AUT) in the form of objects to uniquely identify an ... Read More
Types of Actions in QTP 08:51:00 Add Comment Edit We have the following types of Actions in QTP. Non Reusable Action: This type of actions can be called only once that too in which Test the ... Read More