Micro Focus QTP (UFT) Forums
calling object repository - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: calling object repository (/Thread-calling-object-repository)



calling object repository - prasannamadhuri - 04-30-2008

Hi Ankur,
Appreciate your help for creating this blogger.I'm using QTP 9.2.If I need to run the tests by writing the scripts,whats the command for calling object repository.(as this will help the application in identifying the objects during testing)In 8.0 we used the following syntax
Code:
App.test.settings.resources.objectrepositorypath = "D:\bank_new\bank_obj_repo\bank.tsr"

where App is the variable defined as
Code:
Set App = Createobject("Quicktest.application").
Please help me with this.my email address is prasannamadhuri@gmail.com
Thanks in advance


RE: calling object repository - Ankur - 04-30-2008

whenever you find difficulty in writing AOM expressions, use "Generate Script" to generate your AOM script that's easy and error free..thereafter you can easily do manual tweaks according to the requirements.