what is the extension for QTP files?
Answers were Sorted based on User's Feedback
Hi frds,
This is the first time posting the answer. there are 5
extns are there in QTP.
Batch test:.mtb(Mercury test batch)
Peraction Repository: .mtr(mercury test repository)
Shared repository: .tsr(test shared repository)
script: .mts(mercury test script)
functions : .vbs
| Is This Answer Correct ? | 41 Yes | 2 No |
Answer / rajendra
Extensions for QTP files
script : *.mts -mercury test script
Object Repository : *.mtr -mercury test repository
friends don't confuse with *.vbs
'vbs' is expention for vb script not for QTP test script
byeeeee
rajendra
rajendra_penumalli@yahoo.com
9885162742
hyderabad
| Is This Answer Correct ? | 26 Yes | 5 No |
Answer / ravindra
This is the first time posting the answer. there are 6
extns are there in QTP.
Batch test:.mtb(Mercury test batch)
Peraction Repository: .mtr(mercury test repository)
Shared repository: .tsr(test shared repository)
script: .mts(mercury test script)
functions : .vbs
recovery scenario :.qrs
| Is This Answer Correct ? | 18 Yes | 0 No |
Answer / chinna
Hi,
Library File extension .vbs
Test Script .mts
Peraction .mtr
Shared repository .tsr
Action template .mst
Recovery scenario .qrs
Batch Test .mtb
| Is This Answer Correct ? | 20 Yes | 2 No |
Answer / alliance info
scripts are stored with extension ---- .mts
action template file is stored with extension --- .mst
per action repository is stored with ---- .mtr
shared action repository is stored with --- .tsr
| Is This Answer Correct ? | 14 Yes | 1 No |
Answer / kiran
please check before posting information properly, as i can
find many errors
| Is This Answer Correct ? | 7 Yes | 4 No |
Answer / shraddha
Hi,
Can anybody please tell me that as per QTP 10.0 what is the
extension of local repository?
I'm some what confused between .bdb & .mtr....
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rajendra samal
1. How to count no of values on the drop down using DP on QTP?
2. How to verify the require one is there in the drop down
or not using DP?
reply on --- [rks286@gmail.com.]
Thanks in advance to all
| Is This Answer Correct ? | 0 Yes | 0 No |
How to run a test using quicktest professional?
Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?
Hi Everybody, Can anybody please tell me the how to display the result of the QTP in the notepad text file rather than in the QTP result window. Suppose this is my simple script:WHich will open the notepad file and enter some text and then will change the font then will calculate how much time has been taken.Now, in this script i want to display the result in notepad file. Dim s Dim starttimer,endtimer,timeit s="uyetuywqtywqte" SystemUtil.Run "notepad","","Y:\","" Window("Notepad").WinEditor("Edit").Type micCtrlDwn + "s" + micCtrlUp Window("Notepad").Dialog("Save As").WinEdit("File name:").Set "test1" Window("Notepad").Dialog("Save As").WinEdit("File name:").Type micReturn Window("Notepad_3").Type s Window("Notepad_3").WinEditor("Edit").Type micCtrlDwn + "s" + micCtrlUp starttimer=timer Window("Notepad_3").WinMenu("Menu").Select "Format;Font..." Window("Notepad_3").Dialog("Font").WinEdit ("Font:").Type "cou" + micDwn Window("Notepad_3").Dialog("Font").WinComboBox ("Font:").Select "Courier" Window("Notepad_3").Dialog("Font").WinEdit ("Font:").Set "Courier" Window("Notepad_3").Dialog("Font").WinEdit("Font:").Type micReturn endtimer=timer timeit=endtimer-starttimer print(timeit) Please also tell me where the function for the text file result will be declared and where it should be called. Thanks, Gaytri
Suppose if a functionalityis not mensioned in requirement document and but its present in application. will it be consider as a bug and viceversa?
when we right click on the desktop of any operating system we find a menu , consisting of refresh,edit,open,paste and cut etc... how to load the object and object properties of that menu in QTP
what is Defect density, defect leakage, defect age,latentbed,yasid testing, interface
how to add a runtime parameter to a data sheet?
To which environments does quicktest professional supports?
How to record object in runtime. I am testing one Image website in which every time image change on home page.so if i records the image list but during running image get change, and QTP gives error
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?
How can you capture(Read) the values from a Table?
from where we will retrieve data for data driven tests in qtp?