51Testing软件测试论坛

标题: 文本内容分开输入 [打印本页]

作者: 不锈钢钻戒    时间: 2009-3-4 11:35
标题: 文本内容分开输入
我觉得应该是这样的
Window("Flight Reservation").WinObject("Date of Flight:").Type "090909"
但实际情况却是
Window("Flight Reservation").WinObject("Date of Flight:").Type "0"
Window("Flight Reservation").WinObject("Date of Flight:").Type "9"
Window("Flight Reservation").WinObject("Date of Flight:").Type "0"
Window("Flight Reservation").WinObject("Date of Flight:").Type "9"
Window("Flight Reservation").WinObject("Date of Flight:").Type "0"
Window("Flight Reservation").WinObject("Date of Flight:").Type "9"
谁能帮忙解释一下呢
作者: 不锈钢钻戒    时间: 2009-3-4 13:36
标题: 回复 1# 的帖子
没人给个答案吗?
作者: yuandjing    时间: 2009-3-4 14:19
Window("Flight Reservation").WinObject("Date of Flight:").Type "090909"应该可行
如果不行的话把Type改为Set
作者: 不锈钢钻戒    时间: 2009-3-4 15:44
标题: 回复 3# 的帖子
怪我没说清楚
Window("Flight Reservation").WinObject("Date of Flight:").Type "090909"肯定是行的
只是我在输入日期的时候expert view显示却是这样的
Window("Flight Reservation").WinObject("Date of Flight:").Type "0"
Window("Flight Reservation").WinObject("Date of Flight:").Type "9"
Window("Flight Reservation").WinObject("Date of Flight:").Type "0"
Window("Flight Reservation").WinObject("Date of Flight:").Type "9"
Window("Flight Reservation").WinObject("Date of Flight:").Type "0"
Window("Flight Reservation").WinObject("Date of Flight:").Type "9"
也不影响结果的,就是我不知道为什么会出现这种情况




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