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 |
When ‘option explicit’ keyword is used in qtp?
X=10,Y=20 you need to swap the numbers without using a third variable?
Is the provision for integrating QTP with QC ,available from the version 9.0 onwards only or even 8.2 version has such provisions?
What is the difference between per-action and shared?
Can I do Game testing with QTP tool
write a script for get the following result: username password frm the string1="A=username" string2="B=password"
Greetings friends , Hope all of you are doing well. When I run a test, is it possible for me to for me to take each row from the data table , once at a time. In other words,if i have 10 rows in the global data table, say data1,data2, data 3...and so on up to data10. Can I have the value of data1 when I run a test, and next time when I run the same test (say next day), it should skip data1 as it has already used it and go directly to data 2 ??? Would be great if anybody can help me out know in this issue. Thanks & Regards !!
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
Can you tell me any books or websites to learn VB Script for QTP ??
Hello Friends, I am working with QTP 9.2 descriptive programming. Can you please let me know how to work with below. Browser is IE, for my site, it opens another page with different browser name, For example Parent Page is google.com and child page is inteview questions. How to work with this second page.
Can we create user defined functions in qtp?
I have one bitmap image in my webpage. The bit map image is moving like 1 place to 2nd place and 2nd place to 3rd place Etc… in my webpage. I wanted to write script for dynamical objects like above example. Could you please send me the answer for above query.