This blog contains QTP FAQs and QTP & Testing Interview Questions.
Friday, July 18, 2008
How to programmatically load a Shared Object Repository
Use the Automation Object Model to specify the path to a Shared Object Repository: Dim App 'As Application Set App = CreateObject("QuickTest.Application")App.Test.Settings.Resources.ObjectRepositoryPath = ""
1 comment:
This does not work for QTP 9.2
Post a Comment