51Testing软件测试论坛

标题: 我录制密码输入的脚本,不明白!~求解 [打印本页]

作者: foxmishy    时间: 2006-10-13 15:14
标题: 我录制密码输入的脚本,不明白!~求解
录制生成的脚本:
        set_window ("添加新用户", 2);
        edit_set ("WindowsForms10.EDIT.app.0.e4c6c4_3", "TERTERT");
        obj_type ("WindowsForms10.EDIT.app.0.e4c6c4_3","<kTab>");
        password_edit_set("WindowsForms10.EDIT.app.0.e4c6c4_4", "guethudtguat");
        obj_type ("WindowsForms10.EDIT.app.0.e4c6c4_4","<kTab>");
        password_edit_set("WindowsForms10.EDIT.app.0.e4c6c4_5", "guethudtguat");       
不理解:guethudtguat和password_edit_set()这个是什么函数 。
作者: foxmishy    时间: 2006-10-13 17:22
怎么就是没有人回答呢?是不知道还是不想说,随便说都好,最怕就是没有人发言。真晕阿!~···#!·#·
作者: shiwomyw    时间: 2006-10-13 17:55
password_edit_set();函数是设置生成密码,'guethudtguat'是通过键盘输入的密码。
作者: foxmishy    时间: 2006-10-13 21:22
谢谢,非常谢谢!~
作者: shyfish    时间: 2006-10-15 22:06
可以这样:password_edit_set("...", password_encrypt("your pass"));




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