摘要: --> // TODO Quickly find outstanding event 快速查找未完成事件 eg: // TODO Robin --> Templates Window --> Preferences --> Java --> Editor --> Templates Context: 阅读全文
posted @ 2017-10-17 16:00 kill0001000 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 一般情况下,每条命令占据一行; 当然也可以将多条命令用特定符号(如:&;、&&;、|、||等)分隔后写入同一行中; 还有的情况就是像if、for等较高级的命令则要占据几行、几十甚至几百行的空间。 系统在解释运行批处理程序时,首先扫描整个批处理程序,然后从第一行代码开始向下逐句执行所有的命令,直至程序 阅读全文
posted @ 2017-10-17 15:58 kill0001000 阅读(167) 评论(0) 推荐(0) 编辑
摘要: // Goals and options -Dmode="" -DuseGrid="true" -Dhub=${Hub} -DbrowserType=${Browser} -DbrowserVersion=${BrowserVersion} -Denv=${Environment} -Dmaven. 阅读全文
posted @ 2017-10-17 15:53 kill0001000 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 给大家分享一个阿里巴巴的java开发规范,在日常自动化工作中我们可以参考一下,特别是用java进行coding的同学。 而且还可以利用相应的插件进行代码扫描检测,感兴趣的们可以马上应用到自动化中来。 IDEA 插件安装 IDEA 版的插件已发布到 IDEA 官方仓库中(最低支持版本 14.1.7,J 阅读全文
posted @ 2017-10-16 14:26 kill0001000 阅读(2064) 评论(0) 推荐(1) 编辑
摘要: 在windows x64的环境上进行安装,集成Selenium2和AutoIt的libraries,以下安装步骤在win 7,win 8.1,win 10, win 2012 R2上测试通过 1. 下载JDK 从这里下载最新版本的jdk : https://www.java.com/en/downl 阅读全文
posted @ 2017-10-14 11:35 kill0001000 阅读(3195) 评论(0) 推荐(0) 编辑
摘要: copy from http://www.cnblogs.com/MasterMonkInTemple/p/7655734.html dim folder, file, mFSO, subfolder Set mFSO = CreateObject("Scripting.FileSystemObje 阅读全文
posted @ 2017-10-12 14:22 kill0001000 阅读(786) 评论(0) 推荐(0) 编辑
摘要: ${=java.util.UUID.randomUUID()} is OK 阅读全文
posted @ 2017-07-27 09:35 kill0001000 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-07-13 15:52 kill0001000 阅读(140) 评论(0) 推荐(0) 编辑
摘要: Enable the default report solution Enable the default report solution Step1: Create a suite listener and add codes into it, please watch the blue box 阅读全文
posted @ 2017-05-24 09:32 kill0001000 阅读(221) 评论(0) 推荐(0) 编辑
摘要: Step1: Create a FTP folder in your C disk, named “AutomationReport” Step2: Install IIS components. Star Menu -> Control Panel -> Programs -> Turn Wind 阅读全文
posted @ 2017-05-23 18:12 kill0001000 阅读(214) 评论(0) 推荐(1) 编辑