what are the drawbacks for record and payback in qtp
Answer Posted / shyam.meghansh
Each and every time you can’t record the application and
run it.
Once if u have recorded them u will not able to replay it
properly, some times u may get problems with the time of
execution, some the object is not enabled etc etc….
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is an object repository?
what is the difference between modular framework & datadriven framework
What is a recovery scenario?
How are actions and functions different in QTP?
What is the use of running the scripts in Hidden-mode in UFT?
What is the difference in testing a client-server application and a web application?
What is difference in global and action sheet in qtp?
What is checkpoints for qtp?
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
I have developed and executed a script successfully, and saved the same to QC. When I tried to execute the script from QC, the script is not executing. What are the possible reasons?”
Where you are storing your script?
What is checkpoints for quicktest professional (qtp)?
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?
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 method name to compare two XML files.