How can you merge two Object Repositories?
Answers were Sorted based on User's Feedback
Answer / guest
QTP 9.2 and follow versions only supports Object Repository
merge tool through that we will merge two
repositories.......
1.Resources-->Object Repository Manager-->Tools--
>O.Repository Merge Tool.
2.export local objects to .tsr file.
3.Two or more than files can be merge with O.R merge tool
in O.R.manager tool.
4.after that you have to associate actions to merge files.
5.after that merging u will get Shared repositories files..
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / reddy prasad
see with out merging tool also we can associate SR into single one by using ASSOCIATE REPOSITORY
then what the use of ASSOCIATE REPOSITORY
| Is This Answer Correct ? | 0 Yes | 1 No |
What is SQL injection?
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?
VB - Script Training in MUMBAI.
what is descriptive programming?
In key word driven framework,we will rename the logical names of objects,why?
Hi Friends, How many types of Data Bases available in market... What is the diff. while using Syabase and Oracle in a Project... ? and what is the main diff. of Syabase and Oracle databases... ? Thanx in advance..
tell me types of environment variables? what r they? explain details? pls give anwer any one?
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
how u track bugs using Test director in manual testing.
I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing
How will u find that how many List boxes( and check boxes) are present in one particular window
How many types of actions are there in quicktest professional?