Micro Focus QTP (UFT) Forums

Full Version: Loading OR
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi I've a shared OR i want to load the object repository at run time?What Object will be used to load the object repository?
Thanks to All, But i got the answer I've used the below code to load the shared OR.
Code:
set ORU=CreateObject("Mercury.ObjectRepositoryUtil")
ORU.Load "C:\Documents and Settings\Desktop\QTP WORK\ActionRepository.tsr" 'Path of Shared
' Object Repository