12-23-2010, 02:27 PM
Invokeapplication "Path of .exe files"
systemutil.run "path of exe file or url",[parameters],etc., check the syntax in QTP
Here invokeapplication command is used to invoke only executable files.
Systemutil.run is used to invoke browsers with desired url or executable files... and we can pass parameters to application with this command, we can handle invoked application position [maximised,active, inactive etc.,] with this command.
go to QTP help... and try with different combinations on systemutil.run command. you'll get more
systemutil.run "path of exe file or url",[parameters],etc., check the syntax in QTP
Here invokeapplication command is used to invoke only executable files.
Systemutil.run is used to invoke browsers with desired url or executable files... and we can pass parameters to application with this command, we can handle invoked application position [maximised,active, inactive etc.,] with this command.
go to QTP help... and try with different combinations on systemutil.run command. you'll get more