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, I am learning QTP. I have recorded test for Login page, i have also inserted checkpoint for Email field & when I run test it passed. But when i tried to run test by inserting 'Adding Parameter Values to a Data Table' for email & password field, it pass the first value in both the fields but after that when test run for second parameter values it displays 'Internet Explorer cannot open the Internet site, Operation aborted' & when i analyze test result it displays run time error 'Object disable'. I have also cleared all the history from IE but it is not working. Please help me. Thank you.
How you automate testscripts one by one or modukewise or all at once
How can you Open a Notepad and How can you write the test Resuts in Notepad by Using QTP?
HI How to take screenshots of a Webpage and saving it in a external word document using QTP.
Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)
What are the features of quick test pro(qtp)?
I am trying to read the rediffmail usign the below code. But facing problem, while i user to get the link of the mail, i am getting all the link of the page, While i just want to get only mail name - link (not all the link of an page) so that i able to read the mail message by clcking on them in qtp. Dim Lnk,Webcheckbox Set Lnk= Description. Create '********* To count and display the webcheckbox Lnk("micclass" ).value=" Link" set LinkName= Browser("Welcome to Rediffmail:" ).Page("Welcome to Rediffmail:" ).ChildObjects( Lnk) LinkCount=LinkName. Count msgbox LinkCount For i=1-1 to LinkCount-1 DataTable.SetCurren tRow(i) DataTable.Value( "Name",1) =LinkName( i).GetRoProperty ("name") Next Waiting for the reply Praveen Saini
How i can use Regular expression in QTP?give detailed steps for it.
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
what QTP Options do you know?
how to upload an excel sheet to quality center?
Explain me in deatail about DATADRIVEN framework including scripts ?(realtimes plz)(Chandana)