What is the latest version of QTP? aster googling i found
it 9.5 . but somewhere in my frnds resume i hve seen 10.0
so i am a bit confused pls let me know.
Answer Posted / sailaja
Latest version is 10.0 but notyet released, so wan can say
9.5.......
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
How to change the priorities of the recovery scenario properties?
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
Mention the test steps of qtp.
There is an excel file of 1 to 100 sheets how you will iterate through it?
What are the steps involved in recovery scenario wizard?
Can you brief the hurdles you faced during Automation testing?
How to release all resources file from the QTP?
What are table and db checkpoints?
Which scripting language used by quicktest professional (qtp)?
hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me
how will you load the test cases in ddt?
How you can write contexts to text file in qtp?