Q- what is the advantage of merging tool in QTP 9.2?
Answer / rico
I'm not sure, whether you want to know the advantages of
merging the two Object Rep (or) the merging tool itself.
Anyways, here is the answer for both. The advantage of
merging tool is to merge the two OR.
The advantages of the merging the two OR's is to remove the
redudancy of objects in the OR, which will improve the
preformance of QTP. When you have multiple shared object
repositories that contain test objects from the same area
of your application, it may be useful to combine those test
objects into a single object repository for easier
maintenance.
| Is This Answer Correct ? | 6 Yes | 1 No |
I have the script like this: Browser("Login").Page ("Application").Frame("ScopeFrame").Link("DC3701737 (Active)").Click in which the value "DC3701737" will get changed and i have to use the same value in so many places. I got the value "DC3701737" in to a variable(Say x). Now if i want to pass the variable in to link object .. how? Browser("Login").Page("Application").Frame ("ScopeFrame").Link(x).Click Is it possible to pass any variable into a link object .. so, that the application will select that link automatically? If ur not able to understand, pls let me know.
Is it possible to map an image as standard Object or u've to treat as virtual? how to map an Dynamic image into standard object?
Give the syntax to import/export xls into qtp.
What is Reusable component is QTP...Anybody can answer it..Thanks in advance...
Explain the concept of Output values in Quick Test Professional?
what is the extension of new local object repository?
Hi all , I have installed the QTP 11.0 Whenever I am opening QTP that time if any open Internet Explorer I was getting message (Internet Explorer has encountered a problem and needs to close. we are sorry for inconvenience caused) and same way new browser also not opening. If you have any idea please let me know.
Hi to All, My name is Aditya, i have 4 year exp in software testing (Manual Testing), but i try to shift my career now in automation testing. right now i have no exp or u can say i am not hand exp in live application. So please guide me, what i do ???? Can i join again automation course only practical which is live application. if u know any person who's expert in qtp and he/she ready to take my class i have our own and company laptop. If required i will pay amount please don't mind. Please help me, and i am also planing to join core java from coming 1st Aust (in seed) for only purpose the understanding script of Automation (QTP)... Please help me... I am waitting u r replay... Thank you Thanks again
What is debugging? How you debug your script?
can anybody give me the links for vb script material
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 to invoke the web application through script in qtp