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 |
what is frame work?
hi i have one issue while selecting weblist i want show one particalur item in weblist .ex one weblist they are monday to sunday i want show the reporter like thurday in particular weblist can you help me about this thanks balaji
Function to convert lowercase to uppercase in QTP Pls anybody can give the answer.. Thanks in advance...
where the check points are stored ?
Can i run the qtp, without OBJECT REPOSTIRY...
What are the various versions of QTP that have been released so far? Please also mention the year of release for each version
What are the technologies supported by qtp?
what is the difference between action and function
11 Answers AppLabs, BirlaSoft, Infosys,
In qtp, explain what is keyword driven automation framework?
What is log file?How to write log file code?
2 Answers Apps Lab, Value Labs,
what is defination of regression testing?
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?