06-22-2012, 10:36 AM
(06-21-2012, 09:52 PM)chaithanya84 Wrote: Hi,
Please help me on this,
is there any code, that associate library, config and repository files to QTP script. So that it reduces manual effort by opening each and very script and associate files.
since if we have 500 scripts, it takes more time to do it manually.
Thanks,
Chaithanya
Hi,
Please find the below code to associate OR to ur script.Use it as reference to associate library and config file.
strRepPath = "c:\vIns\OR.tsr" (path of OR)
RepositoriesCollection.RemoveAll()
RepositoriesCollection.Add(strRepPath)
Regards,
Sankalp