Please provide complete walk through for creating the Shared Object repository in QTP

Showing Answers 1 - 2 of 2 Answers

kvvsatish

  • Jul 20th, 2006
 

One can create a shared Object repository path in two ways either manually or programmatically

1.  Test->Settings->Resources->Object Repository Type->Shared
    and can specify the required path there

2.  Dim App 'As Application
    Set App = CreateObject("QuickTest.Application")   'creating an object  for QTP
    App.Test.Settings.Resources.ObjectRepositoryPath = "Specify the or path here"

.......satish

  Was this answer useful?  Yes

KrishnaKanth

  • Jul 21st, 2006
 

Thank u. I will tru them.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions