How can we change the .mtr file to .tsr file and vice-versa
Answers were Sorted based on User's Feedback
Answer / msrao
we can change .mtr to .tsr by using export button in
Obj.Rep.
i think we can save .tsr to .mtr by suing saves as button
in Obj.Rep( or it may not possible)
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kiran.a
see, its possible to chng .mtr into .tsr by using export
button in Obj.Rep.
but the second one is not possible. i.e convert .tsr into .mtr
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / naresh
We can change .mtr to .tsr by selecting File->"Export Local
Objects" option and save it as .tsr in Object Repository.
| Is This Answer Correct ? | 0 Yes | 0 No |
wt is the xtension of the QTP result view file?
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
How to match two doc files using qtp requirment is:- each and every single word of a doc file should be matched with the another doc file. can someone send me the code.
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?
Hello, I am working on automating unix application using QTP via terminal emulator.Recording and playback works as i execute my test case. I need to parameterise my data now. Steps to be followed 1. go to the application TeWindow("TeWindow").Window("Connect").WinButton ("Connect").Click 2. Make a transaction to an account I am able to make transaction one at a time (one person when i run the script) and the script is as below and works fine. TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "./4ee.sh" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "a21100002" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "tcccc" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "test" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micF1 TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type "6" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micF1 TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "xexit" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync 3. Now i need to Make a transaction to the account for the list of people available from data table. How do i do this? Please let me know if you can Thanks, Chaya
can we call a test in another test? how? explain with one example?
How can you handle exceptions in qtp?
how to find that tools work well with ur existing system?
What are test settings and global settings?
I have to automate webpage. If I click one hyperlink2 it will take 2 hrs to open. How to automate hyperlink2?
4 Answers Cap Gemini, Polaris,
What types of testing comes under functional testing or in other word what will you test in functional testing?
why qtp supports vbscript? and not for others just like cgi,phython,shell,perl,html and all..