Generally what object repository mode is preferred?Generally in real time projects we use Shared Object Repository file.

Showing Answers 1 - 2 of 2 Answers

Saving objects in "Shared Object Repository" is the preffered way for the experienced tester, because if there is a change in any object of the application,you need to change the object description at one place and it will be changed for all the tests accessing that object. But if you save objects per Action and there is any change in the object,you need to change the description in all the action object repository. This is the default setting and is easy for new tester.

  Was this answer useful?  Yes

ramkumary

  • Sep 29th, 2006
 

Agarwal

You are correct. But based on the performance wise we should not suggest the shared object reposidary. Because if you recored all the object from login to logout , when you use shared it will load all the times.

Ex:

for login window it may be 3 or 4 objects.

in shared mode while running it will load entire object reposidary insted of loading 3 to 4 objects reposidary.it will degrade the performance.

Regards

Ram.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions