InterviewSolution
Saved Bookmarks
| 1. |
In QTP, what are the different types object Repositories? |
|
Answer» QTP Supports 2 types of Object Repository −
Shared Object Repository: It is also called a Global object repository, the best while using dynamic object and object description change frequently in a test, presented by the extension “".tsr". Testers usually prefer Shared object repository more than Local object repository while automating the test. Per-Action Object Repository: It is a default object repository also called a Local object repository presented by the extension ".mtr”. |
|