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 |
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!
Hi, I am using 2 excel sheet.First excel sheet works fine with the script, if it opens the 2nd excel sheet,it works fine,but after finish all the rows it is giving the following error in the following line. InValid Procedure call or argument Line (178): "Browser("name:="&result,"application version:=internet explorer 7").Page ("title:=bgt.*", "index:=0").WebList ("name:=SearchType","html id:=Select1","location:=0").Select SearchType1". I have seen a web article says that,If we use any vbscript friendly name it may gives the above error-Invalid procedure call or argument not sure,Am I using any VBScript frienlyName? in the above line? [but the same line is perfecly working for first Excel ] It is little urgent. Any Help Thanks you
7. Given scenario is like this: One Web table is there and you have to search and retrieve a cell data which is equal to the given number say:123. Assume you have given with the column name/id of the table where the number may exist. So now you have to go to the given column and search for the number 123 and retrieve it along with the row number of it.
difference between GetROProperty and GetTOProperty
How to remove associated function library?
What if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)
In my application there is a billing thru credit card. how to validate the credit card details(min balance,credit card no,card holder name).if these details are valid then only that booking will be done.how to validate these details thru automation or manual?
what ar the challenges do we face while testing webbased applications using the automation tool qtp or any?
How do I modify a value of an elemnt which is not the first one in xml file? My sample XML file is like: <Environment> <Variable> <Name>Name</Name> <Value>Uday Kumar</Value> </Variable> <Variable> <Name>Designation</Name> <Value>Senior Software Engineer</Value> </Variable> </Environment> for example, I'd like to change the value 'Senior Software Engineer' to 'Student' in the second element. How do I do it in QTP?
How to send QTP scripts to our colleagues?
how can we handle exceptional handling in qtp
Explain how Does Run time data (Parameterization) is handled in QTP?