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



If a script has a local repository and also uses a shared repository, which repository will QTP us..

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

If a script has a local repository and also uses a shared repository, which repository will QTP us..

Answer / kishore

QTp first uses Local reposiyory then goes for Shared
repository

Is This Answer Correct ?    2 Yes 0 No

If a script has a local repository and also uses a shared repository, which repository will QTP us..

Answer / raa

shared

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More QTP Interview Questions

How to retrieve data from application objects?

1 Answers  


What is BPT?

2 Answers   Allied Group,


How u will do versioning in QTP?

0 Answers   NIIT,


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

4 Answers   Siemens,


what is the difference between an Action and a function in real time

4 Answers  






What are Error handling other than Recovery scenario manager?

3 Answers  


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

0 Answers  


hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]

0 Answers   Accenture,


Define virtual object?

0 Answers  


How to call actions in QTP?

2 Answers   Wipro,


can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance

2 Answers  


What type of VB script u had done in expert view?

1 Answers  


Categories