i'm using QTP 8.2. A person using QTP 9.0 sends me a QTP
TestScript, same when i try to open , an error
comes "unexpected file format". Why?? and how to resolve
the problem??
Answer Posted / deepakm82
Hey the error is coming because of the version
difference.Your friend created the script using the version
9.0 which is advance than 8.2.Please try using the script
in QTP 9.0 or higher version.It would solve your problem..
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
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
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?
what are the issues we will get when there is migration from QTP 8.2 to QTP 10.0? Is there any problem in executing scripts of 8.2 on 10.0?
Suggest and Define a solution for an application whose objects are not recognized by UFT?
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
What are the different kinds of test steps?
How can you write the scripts that operate on different objects depending on run-time information?
How you calling actions in qtp?
Without using gui map editor we can recognize the application in winrunner ?
How to record a qtp script ?
Which scripting language used by quicktest professional?
What is the virtual object?
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
what is Property......End Property loop? how to write sript for it in QTP