I have two projects in UFT and one of the projects have a few functions and object repository that I want to use in second project. Is there a way to do so without copying the content?
Asked
Active
Viewed 38 times
1 Answers
0
UFT has Shared object repositories in which you can put common objects and function libraries in which you can put shared functionality.

Motti
- 110,860
- 49
- 189
- 262
-
But does that allow to share these resources across multiple projects? – Priyesh Feb 07 '23 at 06:11
-
1I'm not sure what you mean by "projects" it allows you to share these resources between different tests, different users and different machines. As long as UFT can access the resources it can use them in a test. – Motti Feb 07 '23 at 07:33
-
Ok. What I know so far is if you have an object repository and function library of your own, you can not use it outside the project in which you have created it. Using it in same project is easy. You can add as many as tests in a project and share the OR and Function Library among them as long as all sit in same project. – Priyesh Feb 07 '23 at 09:33