02-26-2009, 04:46 PM
Use the below code...
This will add specified OR to Action 'ExecuteTest'
try this also to add the OR to the test
Let me know weather this works or not
Code:
Set App = createobject(QuickTest.Application")
App.test.Action("ExecuteTest").objectRepositories.Add "C:\demo\GOR.tsr"
This will add specified OR to Action 'ExecuteTest'
try this also to add the OR to the test
Code:
Set OR = CreateObject("Mercury.ObjectRepositoryUtil")
OR.Load "C:\demo\GOR.tsr"
Let me know weather this works or not