Shall we add Local Repository to shared object repository,if
yes,how we add
Answer Posted / 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 |
Post New Answer View All Answers
In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?
how to find that tools work well with your existing system?
How is test case write?
What is an object repository?
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
Where you get the run time data table?
Where to use Property Let, Property Get, Property Set in UFT
What does mean by Scope of Automation?n How we defined it?
How did you resolve conflicts present in Object Repository?
How to creating an output value using quicktest professional?
What is object repository in qtp?
Hi. I have completed B.TECH(CS) , But I will go to "SECURITY CONSOLE OPERATING" [C.C CAMERA abservation]. IF interviwer asks " Why you choose this job ?" What we will say? urgent.........................urgent...........
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
What is the syntax to call one script from another?
Why qtp the best testing tool?