.mtr ( modular test repository or mercury test repository)
plz give correct answer??
Answers were Sorted based on User's Feedback
Answer / anil
.mtr is the extension of Local OR/Per-action OR
.mtr stands for Mercury Test Repository.
.tsr is the extension of Shared OR/Global OR
.tsr stands for Test shared Repository.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / chinna
Hi
per action .mtr (Mercury Test Repository)
Shared repository .tsr (Test Shared Repository)
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / ashok kumar
.mtr:master test resource file (share repository file)
.tsr:test resource file (per action only)
| Is This Answer Correct ? | 1 Yes | 3 No |
Hi, My problem is as follows. I recorded a script that created Object repository of each action i recorded. But later I added one more step (which was to enter data in a textfield) into the script through expert view. But as no repository for this newly added step exists in the test, my script fails. So please help me to sort this problem that how can I create object repository of a new step in an existing test. Thanks everyone
what is Synchronization point in QTP?Can anybody give a perfect example on it Thanks in advance
Hi Everybody, Can anybody please tell me the how to display the result of the QTP in the notepad text file rather than in the QTP result window. Suppose this is my simple script:WHich will open the notepad file and enter some text and then will change the font then will calculate how much time has been taken.Now, in this script i want to display the result in notepad file. Dim s Dim starttimer,endtimer,timeit s="uyetuywqtywqte" SystemUtil.Run "notepad","","Y:\","" Window("Notepad").WinEditor("Edit").Type micCtrlDwn + "s" + micCtrlUp Window("Notepad").Dialog("Save As").WinEdit("File name:").Set "test1" Window("Notepad").Dialog("Save As").WinEdit("File name:").Type micReturn Window("Notepad_3").Type s Window("Notepad_3").WinEditor("Edit").Type micCtrlDwn + "s" + micCtrlUp starttimer=timer Window("Notepad_3").WinMenu("Menu").Select "Format;Font..." Window("Notepad_3").Dialog("Font").WinEdit ("Font:").Type "cou" + micDwn Window("Notepad_3").Dialog("Font").WinComboBox ("Font:").Select "Courier" Window("Notepad_3").Dialog("Font").WinEdit ("Font:").Set "Courier" Window("Notepad_3").Dialog("Font").WinEdit("Font:").Type micReturn endtimer=timer timeit=endtimer-starttimer print(timeit) Please also tell me where the function for the text file result will be declared and where it should be called. Thanks, Gaytri
How to send the qtp results file by email (Lotus notes).
Have you performed Debugging and how did you?
It is a SQL question. Write a query to find top three salaries in an EMP TABLE?
How to capture the tooltip of webelement,if there are two values displayed in tooltip of webelement?
If created one virtual object? Next time I changed the window position will it work?
In my Script Firstly i have to parametrize the data then we import the data from c drive.suppose i have parametrize the Person name and company Name and i have enter one person name and one company name in the excel sheet now we import the sheet and the script is passed i want to ask one thing can we add more than one person name and more than one company name in the excel sheet suppose firstly we create person name "ADDy" and company nmae.'Wipro" and we set the current row in the script for this data and now we want run the script another set of data so how we can run the script with another set of data
How do you invoke an application using the step generator in qtp?
UFT 12.02 which ALM version will support
Which function is used to accesses the Properties from Repository Pls anybody can give the answer.. Thanks in advance...