开发者

telnet usage in qtp?

开发者 https://www.devze.com 2023-01-12 03:50 出处:网络
how to use telnet in qtp开发者_JAVA百科. tips n tricks on telnet using descriptive programminguse something like SystemUtil.Run, InvokeApplication or shell to something like vbscript

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"
0

精彩评论

暂无评论...
验证码 换一张
取 消