cud anybody please tell me the full form's of the extention
files that we use in real time---.tsr,.mtr,.qrs
Answers were Sorted based on User's Feedback
Answer / siddu
.tsr -->Test shared repository-->for shared object repository
.mtr-->modular test repository-->for Per-action OR
.mtb-->modular test batch-->for batch run script
.mts-->modular test script-->for tests
.qfl-->quicktest functional library-->for script in QTP
if anymore plz forward to a.thirumalareddy@gmail.com
| Is This Answer Correct ? | 23 Yes | 0 No |
Answer / alok
.tsr:test shared repository
.mtr:module test repository
.qrs:quick recovery scenario
Reagards
Alok
| Is This Answer Correct ? | 17 Yes | 4 No |
Answer / uday kumar _ anem
My answers are similar to #2 answers with little variations.
.tsr is for Shared Object Repository file extension
.mtr is for Per-Action Object Repository file extension
.qrs is for QTP Recovery Scenario file extension
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / prasanna shimoga
Actual full form of .tsr is TEST SCRIPT REPOSITORY
| Is This Answer Correct ? | 0 Yes | 2 No |
HOW to invoke any recorded script in QTP with out using RECORD & PLAYBACK CONCEPT?
I've some problem in Descriptive programming plz help me. I've written in a click event code in Functional library when I run this flight reservation program It is not run. How to I write multiple click event in functional library. My program is this. I have associate an action with functional library. Public Function ClickButton(byval ApplicationName, byval WindowName, byval ObjectName, byref Comments) If Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Exist Then Dialog("text:=" &WindowName).Activate Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Click Elseif Window("text:="&ApplicationName).WinButton("text:=" &ObjectName).Exist Then Window("text:=" &ApplicationName).Activate Window("text:=" &ApplicationName).WinButton("text:=" &ObjectName).Click End if End Function
i have data in excel sheet.i imported the data in data table.while doing parameterization,how the code knows it is a valid or invalid data?
How to Compare the 2 xl-sheets in QTP? ple write the vb Script for the comparison?
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
What is the Dynamic Scenario in QTP? And also anybody give the example for this?
hi. I Am working in Small IT company as Test Engineer. But am looking for change. I have 2+yrs experience, but my problem is MCA 72%, remaining all are Second Division. plz give solution for my problem.am elgible for MNC's or not. if not plz give suggestion............ already i forwarded my resume to lot of MNC's but. I didn,t get CAL............ plz give any suggestion.
Suppose there are 100 links in a web page and the number of links will be changing dynamically from time to time. I need code such that every time i had to click on the last link of the web page.
I have the following Doubts Please clarify me with examples? 1.Could QTP cover entire application? or part of the application? 2.Shall we rewrite(modify) the Manual testcase to automate? 3.How can I execute my scripts through client mechine which is not having QTP installation 4.Few objects are not being identified by QTP afeter one month. what could be the reason for this (I am using trail version of 15 days)
Which version of QTP is using by companies nowadays?
I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)
how do u handle an object with out name in our application using QTP 9.2?