How can we change the .mtr file to .tsr file and vice-versa
Answer Posted / naresh
We can change .mtr to .tsr by selecting File->"Export Local
Objects" option and save it as .tsr in Object Repository.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
We stored into the objects OR and then write the scripting
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
What do you to script when objects are removed from application?
Is it possible to change the values of analog recording?
How to break the object spy ?
when a test case is written how u test using qtp
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
How does quicktest professional identifies the object in the application?
Where is the Bitmap checkpoint information stored?
What is an optional step in qtp ?
Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance
What contains Data Driven Framework document in qtp?
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
Problem with XML checkpoint in QTP ?
What is the difference between call to existing action and copy of an action?