Monday, July 7, 2008

What will happen if you insert a call to action into a test and using per-action object repository mode?


  1. Only the action itself is copied and not its corresponding object repository.
  2. The copied action will use the same shared object repository as the test into which it is being copied.
  3. When you insert copies of actions from tests using a different shared object repository or per-action repository mode, you must ensure that all the objects contained in the action are in the test's shared object repository. If the action uses objects that are not in the shared object repository, the test may fail.

No comments: