Posts: 5
Threads: 3
Joined: Jan 2011
Reputation:
0
03-24-2011, 10:20 PM
Hi all,
How do we share object repository in real time among group of testers, i mean how we generally use it.This was one of my interview question .... Thank you
Posts: 37
Threads: 0
Joined: Jan 2011
Reputation:
0
03-24-2011, 10:35 PM
A shared object repository is used by all the tests with which it is associated. So if there are multiple tests running at same time using the same repository then it is shared between these tests.
Only one tester can edit the repository at one time although other can open the repository in read-only mode.
I hope this answers your question.
Posts: 5
Threads: 3
Joined: Jan 2011
Reputation:
0
03-25-2011, 12:28 AM
Thank you so much,can you please explain in detail i mean if we change or update or delete any object which effects the other testers script execution how are we going to handle all such issues
Posts: 37
Threads: 0
Joined: Jan 2011
Reputation:
0
03-25-2011, 10:44 PM
If some one change or update an object in a shared object repository, then all the tests that are using this repository will use the updated version only. However this happens when the test is closed and opened again. On reopening of the test, the test descriptions used in the test will get updated automatically.
If some one deletes an object that is used by some other tester then that test is going to fail.
In real time, however, the shared repositories are handled by only a couple of people in a team and that too under strict configuration control