Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is the extension for QTP files?

Answers were Sorted based on User's Feedback



what is the extension for QTP files?..

Answer / gopikrishna

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

what is the extension for QTP files?..

Answer / subhan.qa

file extensions of

per test object repository: file name.mtr
shared object repository: file name.tsr
script script.mts

Is This Answer Correct ?    34 Yes 1 No

what is the extension for QTP files?..

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

what is the extension for QTP files?..

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

what is the extension for QTP files?..

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

what is the extension for QTP files?..

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

what is the extension for QTP files?..

Answer / kiran

please check before posting information properly, as i can
find many errors

Is This Answer Correct ?    7 Yes 4 No

what is the extension for QTP files?..

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

what is the extension for QTP files?..

Answer / dolly

.mts

Is This Answer Correct ?    2 Yes 0 No

what is the extension for QTP files?..

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

Post New Answer

More QTP Interview Questions

How to run a test using quicktest professional?

0 Answers  


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?

0 Answers   Cap Gemini,


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

2 Answers  


Suppose if a functionalityis not mensioned in requirement document and but its present in application. will it be consider as a bug and viceversa?

2 Answers  


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

3 Answers   iFlex,


what is Defect density, defect leakage, defect age,latentbed,yasid testing, interface

4 Answers   Syntel,


how to add a runtime parameter to a data sheet?

6 Answers  


To which environments does quicktest professional supports?

0 Answers  


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

1 Answers  


how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?

0 Answers   IBM,


How can you capture(Read) the values from a Table?

1 Answers  


from where we will retrieve data for data driven tests in qtp?

3 Answers  


Categories