摘要: 安装Selenium IDE插件,并录制脚本和导出脚本 安装Selenium IDE: 用火狐浏览器打开http://www.seleniumhq.org/download/,点击Selenium IDE下载,点击图中的”Add to Firefox”按钮,选择“安装”即可安装Selenium ID 阅读全文
posted @ 2017-03-26 21:15 Dongpaopao 阅读(98) 评论(0) 推荐(0) 编辑
摘要: Question a(control flow graph): Question b: 令MAXPRIMES=4,这样t2会测试出越界错误,t1不会。 Question c: n=1; Question d: {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16} {1,2 阅读全文
posted @ 2017-03-13 19:13 Dongpaopao 阅读(132) 评论(0) 推荐(0) 编辑
摘要: JUnit以及hamcrest-core-1.3 安装步骤 首先,新建一个java项目,名字叫triangle,然后右键,选择Properties,点击Java Build Path, 选择Libraries选项,点击右边的 Add library 选项,选择JUnit4, 于是JUnit软件包就被 阅读全文
posted @ 2017-03-12 22:31 Dongpaopao 阅读(153) 评论(0) 推荐(0) 编辑
摘要: Program1: 1.fault: the i>0 should be i>=0 2.test: x=null 3.test: x=[2,3,5]; y=5; Expected=2; 4.test: x=[2,3,5]; y=4; Expected=-1; Program2: 1.fault: f 阅读全文
posted @ 2017-02-26 16:56 Dongpaopao 阅读(69) 评论(0) 推荐(0) 编辑
摘要: Last time when I first used node.js to do a project, I download several modules,such as epress moduleand mysql module, when I download the mysql modul 阅读全文
posted @ 2017-02-26 14:50 Dongpaopao 阅读(90) 评论(0) 推荐(0) 编辑