What are the file extensions for per-action, shared object
repository files and what is the extension for library
files?
Answers were Sorted based on User's Feedback
Answer / sreeprasad
Per-Action Object Repository - .mtr(Mercury test Script)
Shared Action object Repository - .tsr(Test repository)
Library files - .vbs or .txt
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / chinna
Hi
Per-action - .mtr
Shared object repository .tsr
Library file extesion - .vbs or .txt
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / a.srinivas redy
Per-Action : .mtr (module test repository)
Shared : .tsr (test shared repository)
Libraryfile: .vbs (visual Basic Script)
| Is This Answer Correct ? | 4 Yes | 1 No |
can anyone please send me qtp framework material please its urgent
what is meant by "Parameterization technique"?
in my system object spy show the web application as a window based propeties ex:winedit like that and also not recording scripts also so what should i do
To which environments does quicktest professional (qtp) supports?
What is the syntax for how to call one script from another?
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
What is the current version of QTP?
examples of user definied functions? how to write user defined functions in qtp9.2?
Analyzing the checpoint results?
can we create recorset with out using database connection in vbscript?
How to display the first 3 letters in these "ABCDEFGH" using qtp script?
what r the 3 basic factor on which we determine to perform automation