What the differences are and best practical application of each.

Showing Answers 1 - 10 of 10 Answers

Kalpana Naidu

  • Aug 4th, 2005
 

Per Action: For Each Action, one Object Repository is created.  
Shared : One Object Repository is used by entire application

  Was this answer useful?  Yes

RajaniKanth

  • Apr 18th, 2007
 

Per Action: If we record the script by peraction the objecte repository used in that cannot be used and for shared its viceversa.

The best approach is always reord Shared mode.

Thanks and Regards,
RajaniKanth

  Was this answer useful?  Yes

ven

  • Oct 29th, 2007
 

BEST APPROACH IS TO USE SHARED OBJECT REPOSITORY.

REASON: PROCESSOR SPEED IS GOOD IN SHARED OBJECT REPOSITORY, SINCE DIFFERENT BUSINESS OBJECTS CAN SHARE THE SAME OBJECT REPOSITORY.

PER ACTION: IS GOOD WHEN WE ARE USING THE TOOL FIRST TIME FOR PRACTICAL PURPOSES AS WELL AS FOR DEBUGGING THE OBJECT RECOGNITION PROBLEM THAT COMES WHILE BUILDING SCRIPTS.
PROCESSOR SPEED IS SLOW. 
PER EACH ACTION CREATES ONE OBJECT REPOSITORY for each action on object RESULTS IN CONSUMING  LOT OF SPACE. 

  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