How do you load existing object repositery in a newly created script? Is there any "Load" equivalent winrunner function available in QTP?

Questions by rahmathk   answers by rahmathk

Showing Answers 1 - 2 of 2 Answers

kotike

  • Apr 14th, 2010
 

If you have an existing shared repository you can load this at runtime using "RepositoriesCollection " built in function.

Ex: RepositoriesCollection.Add "Path of the repository".

It will load repository at runtime in to your new script.YOu just write this statement in your script before the script statements.

I hope it will work

  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