What is the extension of script and object repository
files?
Answers were Sorted based on User's Feedback
Answer / ram
For script--- .mts(Mercury test script)
For local object repository-- .mtr(Mercury test repository)
For shared object repository-- .tsr(Test shared repository)
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ramyab.mca@gmail.com
Hai...
Object Repository : .tsr , Script : .mts, Excel :
Default.xls
K,Byeeee..
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / subasish
the extension of qtp script is .mts
the extension of object repository is .mtr
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / punkhuri singh
Object Repository : .tsr , Script : .mts, Excel : Default.xls
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell me Three major differences between QTP & Winrunner?
Wat is the command used to add an object(properties) to an object repository?
What is the Diff between Image check-point and Bit map Check point?
Have you used xml check point in your project? How?
What are the limitations in using Virtual objects?
Plz give the vb script for the following scenerio I have faced one issues while doing test in QTP. I have described the scenario below. 1. I have to test web application.In that i want to select from the drop down values in the application. 2. Suppose Drop down has 5 value "A,B,C,D,E".I would like to give value from data table of QTP. 3. For every iliteration it should select A,then B and so on
After i ran the Test in Batch mode i didn't get any results. Can any one let me know how it can be done?
how can i call reusable action in a function could any one explain me?
what is the difference between testing and debugging?
During test run,How will you copy/paste from/to clipboard?
how to load vbs file to qtp through scripting. plz provide the code.....
X=10,Y=20 you need to swap the numbers without using a third variable?