
November 17th, 2008 by

Yaron Assa

Loading ...
Have you ever got frustrated with the arbitrary names QTP give to test-objects?
When you want it to take the name from the “HTML ID”, it takes it from the the object’s “CLASS”; When you want it to take the “PROG ID”, it takes it from the “NATIVECLASS”; and in general, it seems that QTP has a very poor logic when it comes to choosing Test-Object names.
Actually, QTP has a very good logic, it’s just the it works on avarage, and is bound to fail in some applications. Luckily, we can override it, and force QTP to name objects according to the properties we choose. This QTip will show you how.

November 15th, 2008 by

Yaron Assa

Loading ...
Have you ever wanted a little extra room for your objects’ logical name?
Well, now you can use all the room you’d like by using this QTip!

August 4th, 2008 by

Yaron Assa

Loading ...
A neat trick to export the native QTP results into a single, simple HTML file.

June 24th, 2008 by

Yaron Assa

Loading ...
This QTip, by Benny Abergel, will allow you to automate most 64Bit .Net Applications with QTP, even though QTP cannot record 64Bit applications!

June 4th, 2008 by

Yaron Assa

Loading ...
This article explains how to input new data into the script during runtime, without hanging the script execution flow.

April 25th, 2008 by

Yaron Assa

Loading ...
This QTip will show you how to change QTP’s default test directory, thus freeing you from endlessly browsing for the relevant directory whenever you save / open a test.

April 20th, 2008 by

daniva

Loading ...
When you click the View/Edit Complex Value button for a parameter with a value that cannot be displayed entirely in the Value box, the Edit Complex Value dialog box displays the full contents of the value.

April 11th, 2008 by

Yaron Assa

Loading ...
Motivation
The QTP native log has many drawbacks, especially if your scripts relay heavily on Functions. While Actions are reported in an hierarchical structure (i.e. nested according to their call chain), events reported by function are reported in a flat, unsorted manner. This can be illustrated by the following example:
The following QTip will allow […]

April 7th, 2008 by

daniva

Loading ...
The following function will return True if a parameter ( column ) exists in a specific datasheet or False otherwise.

April 7th, 2008 by

daniva

Loading ...
Need to change license type from “concurrent” to “seat” or from “seat” to “concurrent”?

April 7th, 2008 by

daniva

Loading ...
Almost every test object in QTP supports the method CaptureBitmap even the Desktop object.

April 6th, 2008 by

daniva

Loading ...
Sometimes when QTP is running the QTP application is in front of the AUT. and you can’t see what is happening on the AUT.
Recent Comments