Posts: 9
Threads: 4
Joined: Aug 2008
Reputation:
0
08-19-2008, 10:39 PM
I ran a lot of different test on the same application. And every test that I create has it is on OR which always get lost if I move the test or rename the folder. Technically I am using the same objects in every test, so I was wondering if anyone knows of the way to have some kind of global OR for all my tests.
Posts: 17
Threads: 9
Joined: Aug 2008
Reputation:
0
08-20-2008, 03:32 PM
hi,
implement shared object repository concept in this.
Posts: 9
Threads: 4
Joined: Aug 2008
Reputation:
0
08-20-2008, 08:52 PM
Thanks Ankur and Maya,
Maya,
What exactly do you mean by "shared object repository concept"?
Ankur,
I actually read all the previous posts before, and wanted to make sure that I do everything correctly.
I have about 25 different tests that test the same application in QTP 9.x. Initially I recorded them the way that each of the test had it is on local RO. As I mentioned I am testing the same application, so I most of the objects in OR are duplicates.
I did everything that was written in the QTP manually as well as pervious post and link posted above. I exported all my ORs form local to shared and then merge them one by one using QTP OR merge tool. I added the new shared OR to every test, however the objects are not being recognized. Can you advice me what could be the problem?