In your QTP framework, what checkpoints were applied in the
script to minimize script failure due to any reason during
execution?
Answer / saumya bhargava
By creating functions in an external functional library for
each and every object that checked the existence of that
object in the AUT and if the object exist it returned True
to the calling script. This was basically to avoid any
failure because of synchronization.
| Is This Answer Correct ? | 0 Yes | 1 No |
Associated files in QTP?
What is synchronization? What are the ways you can synchronize?
HOW to invoke any recorded script in QTP with out using RECORD & PLAYBACK CONCEPT?
what is descriptive programming?
HOW MANY WAYS ARE THERE TO CPY TEST IN TEST LAB
QTP9.1 does not support to text checkpoint in Windows application? Is this correct? If this is correct, what is alternative for Text checkpoint?
How may types of defects identify application or your currently working application?pls give me answer..
In where you are keeping or maintaining shared object repository (file)in your appliction?
What is the virtual object?
Hi Guys, My Application in Microsoft Dynamic Navision, is it compitibale with QTP? if yes then let me know...
There are two tabs in the application suppose, A and B.On clicking the tab "A" one table grid will open. if u click on tab "B" Another table gride will open. Now can I do some operations on both table grids with a single table grid properties in the object repository? I have added all objects of the first table grid into the object repository Now iam checking enable/disable status of "save button" in the second table grid my code is like this val=javawindow("zseries").javabutton("save").getroproperty ("enabled") when I highlighting the save button in the object repository by keeping open the second tablegrid on the application.It is displaying the popup message"The selected object can not be found in the application" can I use properties of one table grid for both tabs if so how it is possible. Can anyone help me
how to capture (or) checkpoint for chineese or any other language except english using QTP in a web page. ( my application have 24 language, how to check those lanugages using QTP? is it possible). Please let me know