Numerous times we would have come across the situation where we need to use the Wait() function in our scripts. Consider a scenario where user has to script for auto timeout functionality of the application. i.e. the application under test (AUT) should log out automatically if its left idle for some fixed duration
RegExp Object: An Alternative to InStr() Function ?
August 28th, 2011 | Posted by in Not So Common Stuff | QTP Concepts - (0 Comments)Did you ever encounter a situation where you needed to search a sub-string inside a string? Of course InStr() is a great function which helps users solve this problem. But what happens when the sub-string you want to search contains a regular expression?
How To Use Regular Expression Evaluator in QTP 11
August 28th, 2011 | Posted by in QTP Concepts - (4 Comments)QTP 11 has provided a new feature to test the regular expressions that automation testers might use in their object repository. This utility, named ‘Regular Expression Evaluator’, helps the users validate their regular expressions before the actual script execution.
Effect of Deleting Objects on Size of QTP Object Repository
August 25th, 2011 | Posted by in QTP Concepts - (2 Comments)How do you add objects to your Object Repository? Do you select the top level object, add all objects under it and then delete the ones not needed? Or do you add objects by selecting single object each time? Ever wondered how deleting an object effects the size of your object repository?
QTP Terminal Emulator(TE) Add-In Configuration For Hummingbird Host Explorer
August 21st, 2011 | Posted by in QTP Basic Stuff - (10 Comments)Terminal Emulators and QTP A Terminal Emulator is a program that allows a computer to access legacy applications running on Mainframe computers. These are various Terminal Emulator applications such as Hummingbird HostExplorer, Attachmate EXTRA!, NetManage RUMBA etc that allow a system to access the applications running on Mainframe machines.
Download QTP Latest Version (v12.53) from HP
August 18th, 2011 | Posted by in General - (26 Comments)Quick Test Professional 12.53 can be downloaded from HP website. The trial version of QTP is available as “UFT 12.53”. The trail period for the software is 30 days.
What is HP Passport? HP Passport is a Single Sign-In Service offered by HP that allows users to register to HP website by using a single User Id and Password. This single User Id and Password can be used with all the HP Passport enabled websites.
All About Regular Expressions in QTP
August 14th, 2011 | Posted by in QTP Basic Stuff | QTP Concepts - (4 Comments)What is a Regular Expression? A regular expression (also known as regexp) is a text that consists of patterns of characters used to identify strings (the string should contain the pattern(s) defined in the regular expression as a sub-string).