Monday, August 11, 2008

How to open any application using scripting?

SystemUtil , object used to open and close applications and processes during a run session.
A SystemUtil.Run statement is automatically added to your test when you run an application from the Start menu or the Run dialog box while recording a test
E.g : SystemUtil.Run "Notepad.exe"

No comments: