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 |
Where the text version of script file located in file system?
In google i'm going to search something like "rose", i usually get 10 results in the first page and in 2nd page 10 results and in 3rd 10 results so on upto 10th page 10 results. so if i want to open all the 10 pages 10 results i.e., 100 results and close..what is the DP for this? pls can anyone answer my Question..PLZZZZZ...
Hai Guys, can anybody show me how to write automaed test cases using VB scprit(examples)...i had an interviw soon...please guyz send as quickly as possible
How we can test a Frame in a web page?
I opened gmail login into gmail and i have to save (Pass or move) all the mail into notepad please give me code Thanks of all
How can i learn Descriptive programming in QTP. Please reply.
I got an error "The"flightres" Dialog was not found in the Object Repository. Check the OR to confirm that the object exists or to find the correct name for the object." while running the following script Set flightres=description.Create() flightres("text").value="Login" flightres("Class Name").value="Dialog" Set agent = description.Create() agent("nativeclass").value="WinEdit" agent("attachedtext").value="Agent Name:" Set pwd = description.Create() pwd("nativeclass").value="WinEdit" pwd("attachedtext").value="Password" Set button = description.Create() button("nativeclass").value="WinButton" button("Text").value="OK" Dialog("flightres").WinEdit("agent").Set "test" Dialog("flightres").WinEdit("pwd").Set "mercury" Dialog("flightres").WinButton("button").Click Please let me know if i made any mistake in the above script...?
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
Using Regular expression in Date format DD/MM/YYYY (0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[12])/([0-9]{4}) in this regular expression year 0000 also accepted.I need atleast any one single digit must be nonzero value (like 0009,1000,0034)
what is difference between wait and synchronization point.
While scripting do we use any reference. may be we have 2 0r more same objects that time how do we write scripts
Flight reservation using input and output parameter script.