what is the difference between invoke application and
system.util.run
Answers were Sorted based on User's Feedback
both are used for launch application but invoke-application
used during script writing& syssem.util.run is used during
recordimg both are used in QTP
| Is This Answer Correct ? | 0 Yes | 7 No |
Answer / allin
Useing these two funcations, we can launch the application
on the WR window.
Thanks & Regards,
RatnaRao
| Is This Answer Correct ? | 1 Yes | 16 No |
Answer / raju
hi.invoke application and system.util .run botha re
same.bue first on is used in winrunner and it contains
sw_show method and system.util.run is used by QTP and it
contains methos as open but the purpose is same
| Is This Answer Correct ? | 1 Yes | 19 No |
Answer / kamal
invoke application used in WinRunner.
system.util.run used in QTP.
Both are used for the same purpose but in different tools.
| Is This Answer Correct ? | 2 Yes | 33 No |
your coming from electrical backgroung..but y ur coming to software side?
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 are the two types of repositories available, explain them?
What are the most frequent errors you faced while executing your scripts?
when we open flight reservation.at that time where we found synchronization point() and wait function().i m confused .i want this answer.
how to write code for to select all the checkboxs in the gmail i wrote code for my question but it didn't works any body suggest what wrong my code my code is Set chkboxDesc=Description.Create() chkboxDesc("type").value="chekbox" Set chboxcollection=Browser("name:=Gmail .*").Page("title:=Gmail .*").ChildObjects(chkboxDesc) For i=0 To chboxcollection.count-1 chboxcollection(i).set "ON" Next i was getting general run time error pls help me i am in learing stage
is it possible to change the date format like MM/DD/YY into DD/MM?YY through script in QTP
What is use of object spy?
How to find Operating system information using QTP script?
How to capture a window in QTP?
How to customize checkpoints with parameters?
Which is the best QTP training institute in Delhi/NCR region and what is the approximate fee for QTP course (Basics and Advanced)