Can we Run the Tests developed in QTP 8.2 in advanced
versions like 9.0, 9.1, 9.2...etc.,
Answers were Sorted based on User's Feedback
Answer / uday kumar_anem
We can run the tests developed in earlier versions into the
latest version, but the vice versa is not true means test
developed in QTP9 cannot be run on QTP 8.2.
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / bfakruddin
Thank you mr.Uday Kumar,
it is okay.... any other problems we face or any effecient
way to use previous version tests in latest versions...
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
How can we test an XML using QTP? I have been to an interview, where they have given me an XML which had 15 values and they have given those values on a separate page. They asked me to write a QTP script to check the XML is having those particular 15 values.
plz explain QTP real time work( Means where you store scripts and how u access scripts next day? where those activities we are maintaining, If By usig VSS how the process in going on , plz explain briefly?
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
Hi Friends, Every one is posting the Answers for the existing questions.Try to post the questions that are asked in Recent Interviews.It will be useful to the other Job seekers.
How to parameterize in QTP?
QTP is identifying all windows application objects(i.e. winbutton,winconbobox,etc) as winobjects.How to handle this? Is there any way to add our own properties to identify objects?
Suggest and Define a solution for an application whose objects are not recognized by UFT?
write a VBscript code to parametrize test script using test data from sqlserver database?
Hi, Can anyone help me in esimating time for an application using QTP tool.. What factors should be considered while calculating the estimation time for QTP... Thanks in advance... Prasad Gali
who QTP recognizes the object stored in object repository?
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji