telnet usage in qtp?
how to use telnet in qtp开发者_JAVA百科. tips n tricks on telnet using descriptive programming
use something like SystemUtil.Run, InvokeApplication or shell to something like vbscript
SystemUtil.Run "C:\Program Files\Internet
Explorer\iexplore.exe","","C:\Documents and Settings\MyDir","open"
InvokeApplication "C:\Program Files\Internet Explorer\IEXPLORE.EXE http://www.yahoo.com"
精彩评论