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 can we know the program is testing by multiple test data in data driven frame work?
How to Creating an Output Value using QTP?
How to create log file in qtp?
Hi Friends, Can anyone help me out in this one? In QTP, I am using Data Driver and want to parameterise multiple values (say 3 values ) for a field. How can I do it using Data Driver wizard? Plz mention it step-by-step. In the end after doing the needful, on opening the Data Driver window, how can I get number (i.e. 3) in the Parameterised column for that particualr value? Thanks a lot in advance.
How will you handle application crash using recovery scenario manager(step by step process)?
Hi,How to write regular expression for inbox(10) {here 10 is changing while playback}.tell me the pettern.
Have you performed Debugging and how did you?
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
what is smart identification in qtp? pls any give details? thanks in advance
How does qtp identify gui object?
How to Import the data from MS-Access in QTP?
How to retrive XML file data in QTP ? using Script(Chandana)