Vertical text selection in QTP IDE
Yaron Assa Barak Kinarty shares a very useful QTip on pefroming vertical text selection in QTP’s IDE.
Yaron Assa Barak Kinarty shares a very useful QTip on pefroming vertical text selection in QTP’s IDE.
Yaron Assa A common frustrating experience is having your script pop-up an error dialog in some long-forgotten function, without one having the slightest clue in its regard. What usually follows is a series of trial-and-error breakpoint runs to determine which action the script was actually trying to perform when executing the function call that triggered the error. A mechanism that can facilitate debugging such situations (which VBScript and QTP lack out-of-the-box) is call a Call-Chain / Call-Stack. This article explains the general principles needed to implement such a mechanism in QTP.
Yaron Assa So, what’s the fastest way for working with GUI objects? It seems that everyone has an opinion on the matter – some insist the Object-Repository yields the best results, while others are strong advocates for working with Descriptive Programming. Well, I thought we’d better settle this once and for all, and test the matter (more or less) scientifically.
Yaron Assa Have you ever got frustrated with the arbitrary names QTP gives 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 […]
Yaron Assa Have you ever wanted a little extra room for your objects’ logical names?
Well, now you can use all the room you’d like by using this QTip!
Yaron Assa This QTip, by Benny Abergel, will allow you to automate most 64Bit .Net Applications with QTP, even though QTP cannot record 64Bit applications!
Yaron Assa This article explains how to input new data into the script during runtime, without hanging the script execution flow.
Yaron Assa 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.
daniva Need to change license type from “concurrent” to “seat” or from “seat” to “concurrent”?
daniva 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.