Shall we add Local Repository to shared object repository,if
yes,how we add
Answers were Sorted based on User's Feedback
Answer / gangadhar reddy
First Convert the Local Repository to Shared Repository
like
open the recorded test --> Resources--> Object Repository
-->File--> Export Local Objects--> save the file with .tsr extension--> Ok
now associate the two shared repositories by using
Repository Merge Tool
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / lakshmi
By using merge tool we add only Shared Rep
i.e Two shared rep to one rep.
Local Rep >File ->Export to...try this
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vaaniraj
We can add the local repository to share , by merging the
local objects to shared objects where by editing the shared
objects in object identification window.
| Is This Answer Correct ? | 1 Yes | 2 No |
what is the extension of action script template?
How to retrieve particular cell data in excel sheet ?without importing method.
What is the main difference between desriptive programming and generic functions
i have a doubt can anyone tell me where are scripts stored while using QTP.Tell me the exact procedure takes place in real time?like how we call scripts how to proceed after writing scripts?how scripts are executed etc?i heard some use Qc whether others dont use.so tell me whole procedure for both the things it will be a very big help.as i have interview i want to have whole idea on this.its very urgent.
0 Answers RR Donnelley, RRDonnelley,
how to capture objects of remote deskop as it is capturing only window.
Tell me about userdefined functions ?
What is the difference between browser sync and page sync in QTP?
I came across Good question ..... Write a script to only download pdf's if there are 20 links on a page. Kindly reply these type of questions are pretty challenging..
How do we call Library Files(.vbs) in the Test Script Thanks in Advance...
Wat is the command used to add an object(properties) to an object repository?
anyone can explain about "Smart Identification" in QTP. what is the use of "Smart Identification" ???
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.