Waht is diff between SystemUtil.Run and invokeapplication
Answers were Sorted based on User's Feedback
Answer / firoz basha shaik
Invoke is used to exeecute an .exe file but by using
systemutil.run we can open both .exe file as well as
browser fles.
invokeapplication "c:\IE\Iexplore.exe"
SystemUtil.Run "c:\IE\Iexplore.exe", "www.yahoo.com"
I think i am right. Please correct If I am wrong.
Is This Answer Correct ? | 8 Yes | 2 No |
Answer / ravi_kanakam
The invokeapplicaton method can invoke only an executable
application(file with EXE extenstion)
The systemutil.run method can invoke any application.
For example
systemutil.run "c:\testdata.txt"
invokeapplication "c:\diskcleaner.exe"
Is This Answer Correct ? | 6 Yes | 2 No |
Answer / sunil kumar.m
Invoke application is used to invoke any .exe file, where as
SystemUtil.Run works with any system utilities like
“Iexplore” apart from .exe file
for more details logon to:
http://ssofttesting.blogspot.com
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / ram
by using invoke application we can open only exe file
ex->invokeapplication"notepad.exe"
by using SystemUtil.Run we can open any widows and web
application and .exe file
ex->systemutil.run"www.yahoomail.com"
Is This Answer Correct ? | 0 Yes | 0 No |
Is it possible to use two instances of UFT on the same machine? If not why?
How to handle Dynamically changing Objects in QTP?
What is VSS? Is it used in Automation(QTP) Or Manual? what is menus in VSS?
What are the advantages of Object Repository?
Hi All, I need Code For how to export Pass\Fail status to excell sheet without using QC. Thanks Balaji
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
write script for "dropdown button having how many words? for ex.SELECT CITY is dropdown name.. find out how many cities in that?
How to modify object property in qtp ?
What is the DIFF Between PROJECT AND PRODUCT?When Company will need Product?
wht is Automation testing frame work. pls explain it
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)
wt is the xtension of the QTP result view file?