InterviewSolution
Saved Bookmarks
| 1. |
What is the QTP Local Repository's extension? What does the .mtr extension stand for? |
|
Answer» The extension for a local repository in QTP is .BDB. The .mtr file is a BINARY file that provides information about checkpoints and other THINGS. To double-check that the .bdb file is a local object repository, rename it with the extension .tsr and open it in Object Repository Management (ORM). The same OBJECTS that appear in the Object Repository will appear here. If you try the same thing with a .mtr file, it will not work. |
|