原帖由 liuxl 于 2009-12-23 09:51 发表
'如果单纯测试文本框的长度,可以写一个循环设置文本
strMaxLen = 10
strLen=5
WinEdit("...").Set ""
For i=0 to strLen
WinEdit("...").Type i
Next
'然后获取文本编辑框的文本,用len取长度
strLen ...
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) | Powered by Discuz! X3.2 |