what is the abbrivation of .mtr in action reposirtory?
Answers were Sorted based on User's Feedback
Answer / rajesh
it is modular test repository used in peraction files.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / preethi
Hi Everybody
.mtr stands for MERCURY TEST REPOSITORY in the action
repository
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rajendra
MTR: Mercury Test Repository ->Per/action Repository or
Local repository file name
File extension of
-- Per test object rep :- filename.mtr
-- Shared Oject rep :- filename.tsr
Thanks,
Rajendra
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / anil
I hope. Mercury test repository is wrong
Moduler test repository is correct
Please correct me if I am wrong..
| Is This Answer Correct ? | 0 Yes | 0 No |
How to open any application during Scripting in QTP?
how to call multiple scripts in QTP at a time
How do you capture tooltip using QTP?
plz anybody tell me how to explain the architecture of one particular project.plz give me answer for this.....RAJESH
anyone can explian about types of "Triggere Events" in QTP
How to test whether the navigation i.e. from one page to another is working r not using QTP for web based application
if our qtp vb Script may be Currepted then What we want do?
how i can get the value of label box , please any body tell me script of that code
what is keyword driven testing
hi i want license key for qtp 9.2 pls its adjust product name : quick test professional locking code :8 - 54A6A license type : seat license maintenance number : 88888888-8888 pls send license key to my email id borusu.ramkumar@gmail.com
What is User defined function in QTP
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.