Forum Discussion
Anonymous
14 years agoHi Ofer,
You can use the script below to run an executable file:
Another way is to add your tested application to the list of Tested Applications and run it as it's described in the Running Tested Applications article.
You can use the script below to run an executable file:
function Test()
{
var ws = Sys.OleObject("WScript.Shell");
ws.Exec("c:\\Program Files\\Internet Explorer\\iexplore.exe");
}
Another way is to add your tested application to the list of Tested Applications and run it as it's described in the Running Tested Applications article.
Related Content
- 10 years ago
- 6 years ago
- 2 years ago
Recent Discussions
- 2 days ago
- 7 days ago
- 11 days ago