what is the abbrivation of .mtr in action reposirtory?
Answer Posted / dyj
Hi
.mtr stands for MERCURY TEST REPOSITORY.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is Port testing. Whhen will you perform?
what are the limitations of smart identification in qtp 9.0
What are metrics and matrix?
before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...
What is the difference between analog and low level recording?
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..
What are the advantages of Object Repository?
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.
How will you check that your test cases covered all the requirements?
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
What is the syntax to call one script from another?
wht type of User defined functions or Java Releated functions do we write in VB scripting
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?