01-21-2010, 01:11 PM
Either make IE as you default browser and directly execute
or Specify the complete path of IE, like -
Code:
SystemUtil.Run "www.learnqtp.com"
or Specify the complete path of IE, like -
Code:
SystemUtil.Run "C:\Program Files\Internet Explorer\iexplore.exe","www.learnqtp.com"