can any body tell me all of the release dates of
QTP?????..... thanks in adv!
Answer Posted / shilpa reddy
qtp 5.5 in 2002
qtp 8.2 in 2005
qtp 9.0 in 2006
qtp 9.2 beta in february 2007
qtp 9.2 in march/april of 2007
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
how to create flat file datasubmission in qtp
Have you used xml check point in your project? How?
what r the main attributes of test automation?
What is RTM (require ment tracebulity marix) fromate?
Without using gui map editor we can recognize the application in winrunner ?
How would you directly trigger javascript in a test?
What ate the Technologies supported by QTP?
What are the features and benefits of quick test pro (qtp 8.0)?
How many types of run modes are there in qtp?
whare exactly we have to use functions and sub routain
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
Describe synchronization point.
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 does qtp identify the object in the application?
How to use the object spy in quicktest professional 8.0 version?