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 / vsubraya
Please install the QTP 9.0 and open the received script.
(if you think that you can do so) Also use only scripts
which you need Or if you want to really get the script flow
only then you can install the evaluation one on another
computer and you can see the flow of the script then copy
into text pad then use it on the 8.2...
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the types of object repositories? Which one is you using?
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
What are the recording modes in 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
Describe synchronization point.
What is business process testing(bpt) in qtp?
Can we record an application running on a remote machine using qtp?
How does qtp identify gui object?
Can anyone share/send me QTP 8.2 Crack as I had it before but now it's virus affected. Pls send me on Sawale.vijay@gmail.com Thanks, ~Vijay
What are the automation metrice in your project?
explain structured testing? plz guys with exp. do answer
Is any limitation to xml checkpoints?
Hi I have exp in manual testing and planning to move in automation testing qtp(9.2).So can help me how to automate customer relationship management tool using qtp and vb script this tool already developed so how can I test it whatever maintaining by development team like documents,various options just give the whole life cycle thanks in advance
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?