51Testing软件测试论坛

标题: QTP SendKeys 后参数化的问题 [打印本页]

作者: traning    时间: 2010-6-9 15:44
标题: QTP SendKeys 后参数化的问题
代码如下:
       
string123= InputBox("Parameter Setting" &chr(13)&"Enter your  member name:")
                       
MsgBox ("You entered: " & string123)       

Window("Program Manager").WinListView("SysListView32").Activate "New Text Document"

Dim WshShell
set WshShell = CreateObject("Wscript.Shell")
WshShell.SendKeys "string123"

这里SendKeys 无法识别string这个参数请问怎么办

原来WshShell.SendKeys string123就可以

[ 本帖最后由 traning 于 2010-6-9 15:49 编辑 ]




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2