how to merge object repositories in qtp for n different
applications
Answer Posted / suresh
using objet repository merge tool at object repository
manager, we can merge existing shared repository files
information into new file
NAVIGATION:Object repository manager--->Tools
menu---->select the object repository merge tool---->Browse
shared repository
files----->click ok---->save it as .tsr(extension)
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
What are the types of object repositories? Which one is you are using?
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
when will you do debug your script? and explain that process?
how to find that tools work well with your existing system?
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 can I import environment from a file on disk?
Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)
Your roles and responsibilities and daily tasks? (As automation tester)
Hi All, How to Compare two strings character by character in QTP
Tell me about your project? please help me how to tell about insurance project
What is the standard timing delay for web based application in qtp?
What is the use of ordinal identifier in qtp?
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?
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?