If a script has a local repository and also uses a shared
repository, which repository will QTP use first when
searching for an object during playback?
Answers were Sorted based on User's Feedback
Answer / vadi
QTP uses the Local Repository. The order of precedence goes
to teh Local only. To Avoid this once you finished the
scripting, merge the Local Repository with Shared Repository
Is This Answer Correct ? | 3 Yes | 0 No |
How to retrieve data from application objects?
What is BPT?
How u will do versioning in QTP?
Wht is Smart Identification Mechanisam in QTP..Actually when do we this Technology means during Recording or running ....how is technology works. Anybody can expalin this .....Thanks in advacne
what is the difference between an Action and a function in real time
What are Error handling other than Recovery scenario manager?
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
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
Define virtual object?
How to call actions in QTP?
can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance
What type of VB script u had done in expert view?