What is the latest version in QTP?
Answer Posted / vineela kiran
Latest version of QTP is 9.2
| Is This Answer Correct ? | 0 Yes | 9 No |
Post New Answer View All Answers
What is the difference in the global and action sheet in qtp?
What is quicktest professional (qtp)?
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
What is the synchronization point in qtp?
How do you create regression test packs?
What is qtpro? What is quick test pro?
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
What is difference between run time object and test object?
Hi. I have completed B.TECH(CS) , But I will go to "SECURITY CONSOLE OPERATING" [C.C CAMERA abservation]. IF interviwer asks " Why you choose this job ?" What we will say? urgent.........................urgent...........
Explain the benefits of quick test pro(qtp)?
how to evalute defects in QTP script?
How will you test a stapler?
How do we handle run-time errors?
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.