51Testing软件测试论坛
标题:
QTP脚本执行参数化中数据时报“参数不正确”
[打印本页]
作者:
junlingliu
时间:
2008-7-22 12:08
标题:
QTP脚本执行参数化中数据时报“参数不正确”
QTP脚本执行参数化中数据时报“参数不正确”,而手动执行同样的操作却成功,是什么原因?请高手指教阿!
下面是一段简单的 登陆后将管理员密码更改的脚本:
Browser("Login").Page("Login").WebEdit("Operator_Id").Set "operator_11"
Browser("Login").Page("Login").WebEdit("Operator_password").SetSecure DataTable("pass0", dtGlobalSheet)
Browser("Login").Page("Login").WebButton("Login").Click
Browser("Login").Page("Operator information").WebButton("WebButton").Click
Browser("Login").Page("Operator information_2").WebEdit("password").SetSecure DataTable("pass1", dtGlobalSheet)
Browser("Login").Page("Operator information_2").WebEdit("cfmPassword").SetSecure DataTable("pass2", dtGlobalSheet)
Browser("Login").Page("Operator information_2").WebButton("Submit").Click
Browser("Login").Page("Operator information_3").WebButton("Continue").Click
Browser("Login").Page("Operator information_3").WebButton("Logout").Click
程序中定义的密码是6-16chars,但是在参数化执行password=12345678时却总是提示参数不正确,但是手动修改为12345678又没有任何问题。。。
作者:
lingxin5013
时间:
2008-7-22 12:32
建议把参数化的密码分开存放 放到一个ACTION1中 一个放到GLOBAL中在尝试下 我以前也遇见过这样的问题 希望对你有帮助
作者:
zzfhncn
时间:
2008-7-22 13:45
改成:Browser("Login").Page("Login").WebEdit("Operator_password").Set DataTable("pass0", dtGlobalSheet) 应该可以。
作者:
陈能技
时间:
2008-7-22 15:57
把SetSecure 改为Type
作者:
zzfhncn
时间:
2008-7-22 16:04
原帖由
陈能技
于 2008-7-22 15:57 发表
把SetSecure 改为Type
呵呵,又学到了,感谢!
help里的解释:
Type Method
Description
Types the specified string in the ActiveX object.
作者:
陈能技
时间:
2008-7-22 22:20
不客气
作者:
junlingliu
时间:
2009-3-3 14:51
非常感谢各位!
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2