What are the file extensions for per-action, shared object
repository files and what is the
extension for library files?
Answers were Sorted based on User's Feedback
Answer / uday kumar. a
Per-Action OR : .mtr
Shared OR : .tsr
Library files : .vbs, .txt
| Is This Answer Correct ? | 20 Yes | 1 No |
Answer / kal
per-action object repository - .mtr (mercury test
repository)
shared action repostitory - .tsr (test shared repository)
library files- .vbs or .txt
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / hemant basaiwala
File extension for above files are
Per-Action Object Repository - .mtr(Mercury test Script)
Shared Action object Repository - .tsr(Test repository)
Library files - .vbs or .txt
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / shravan kumar akula
Per- action is nothing but the action is called only for
that local file or one single module or test.And the
extension is .MTR ( Module Test Repository)
Shared object repository it self indicates that it is
shared through out other files / Modules / Test. And the
extension is .TSR (Test Shared Repository)
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / lakshmi
Per Action : .MTR
Share : .TSR
Lib filess : .VBS or .QFL
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / chandra bhushan singh
QTP Script File : .mts ( mercury test script)
QTP Local Repository : .bdb (berkely database)
Shared Repository : .tsr ( test shared repository)
Load test configuration file :Default.cfg
Load test configuration file :Default.usp
Test Settings File --------Test.Tsp
Test Parameters file ---- Parameters.mtr
Input/Output Data Datatable ( Excel file) ---Default.xls
Resource.mtr-------- contain the resources associated information like function library, recovery, shared repository(mercury test repository)
Recovery Scenario -------- .qrs
Function library-----------.vbs / .qfl / .txt
Batch Test--------------- .mtb
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kuntamsr
per action- .mtr
shared- .mts
lib-.vbs( when u saved script in note pad)
-.mts (when u saved script in QTP itself directly)
-.qlf (Whwn u add the file as library resource)
| Is This Answer Correct ? | 2 Yes | 5 No |
Answer / deepti palagiri
per action- .mtr
shared- .mts
lib-.vbs( when u saved script in note pad)
-.mts (when u saved script in QTP itself directly)
| Is This Answer Correct ? | 3 Yes | 7 No |
Hello, How can i capture first letter of any string using QTP. For ex.. i want "j" in the below string "john" could any one explain me? Is there any function for that?
It is regarding VBScript, how to export our function results to ExcelSheet through VBscripting. Ex: I have written add function, that result should export to Excel.
how many test scripts we will write in qtp? very urgent. please??? Thanks in advance..
how to call a funtion in a script? i have saved the login scipt in notepad. with extension .vbs. But when i am calling the function with the keyword CALL <Function Name>. its not working out. can any one give me a clue how to call the external functions. with example.
Can any one tell me Difference between Keyword Driven Frame work and Hybrid framework? Its Urgent.
I am testing a website TheLancet in qtp 9.2 and running a script but its not working.Tell me if m doing anything wrong in the script. If Browser("TheLancet.com - Home Page").Page("TheLancet.com - Home Page").Link("Clinical").exists then msgbox "object exist" Else msgbox"object doesnt exist"
how to invoke the web application through script in qtp
What is quicktest professional window?
what is run-time data?
How to enter table check points?
what is the difference between parameters and arguments?
I have recorded a test over web application(with IE6.0) in analog mode. But, while running it my test gets failed. Why? (Note: my systray has 3 open web applications)