Explain about merging of two repositories?
Answers were Sorted based on User's Feedback
Answer / jyotheeswar
There is no option merging in QTP8.2 separate tool fro
merging Quick plus otherwise in QTP 9.0 and 9.2 there is a
option like assosiate for merging (If this message is
wrong sorry for that)
Thanks®ards,
Jyotheeswar.
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / ajreddy
in qtp 9.2 u can merge 2 repositories
using resources tab
Associate repositories
| Is This Answer Correct ? | 2 Yes | 2 No |
How many types of parameters are there in QTP and what are they?
write a test script in QTP to test the text that written in an image(i.e jpg)of a web page???
How can you pass value one action to another action?
we have a link in a website or webtable How can we record link in that table or site? link is not static we don't know exact location of that link? how ? if u know pls give reply with script also?
6 Answers Cognizant, Covansys,
What is the differences between image check point and bit map check point?
what is delay in QTP?
What contains Data Driven Framework document in qtp?
WHAT IS THE DESCRIPTIVE programming when it is useful? & when to use this ?
HOW TO DO THE BATCH TESTING USING QTP?
It is very difficult to test in manual for that we go to DATA DRIVEN TEST.
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 we do the frame work in qtp