12-24-2010, 10:51 AM
Invokeapplication is mostly used for backward compability below(QTP 6)
Syntax : InvokeApplication("Full URL as Parameter")
Systemutil.run
Syntax : SystemUtil.Run ( FileName, Parameters, Path, Operation )
Note : When you specify an application to open using the Record and Run Settings dialog box, QuickTest does not add a SystemUtil.Run statement to your test.
Syntax : InvokeApplication("Full URL as Parameter")
Systemutil.run
Syntax : SystemUtil.Run ( FileName, Parameters, Path, Operation )
Note : When you specify an application to open using the Record and Run Settings dialog box, QuickTest does not add a SystemUtil.Run statement to your test.