Explain about Private vs. Shared Object Mapping in RFT.

Explain about Private vs. Shared Object Mapping in RFT.



Private Object Mapping:

- Objects are isolated from other objects.

- A good choice for development of scripts.

- There are chances to lead redundancy.

Shared Object Mapping:

- Scripts are shared among multiple testers.

- Shared object mapping involves single point of maintenance.

- Shared objects can have private maps for any one of the shared objects.
Post your comment