Can we Run the Tests developed in QTP 8.2 in advanced
versions like 9.0, 9.1, 9.2...etc.,
Answer Posted / sureshsinghbhandari
QTP is only Forward Compatible not Backward Compatible
QTP lower version scripts will run in higher QTP version, but the higher Version QTP scripts can't run Lower QTP Version
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is it possible to use two instances of UFT on the same machine? If not why?
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
What is the parameterization?
How do you synchronization point through DP?
when will you do debug your script? and explain that process?
Explain the concept of object repository & how qtp recognizes objects?
Mention the different actions types of qtp.
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
what is the difference between the modular framework and datadriven frame work
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
How can you close the second opened browser?
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
What are the Disadvantages of shared object repository?
Explain xml checkpoints.
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.