Monday, July 7, 2008

What will happen if you split an action and using per-action object repository mode?


When you split an action:

  1. QuickTest makes a copy of the action object repository.
  2. The two actions have identical object repositories containing all of the objects that were in the original object repository.
If you add objects to one of the split actions, the new objects are added only to the corresponding action object repository.

No comments: