摘要: 一、实验要求 1、安装SeleniumIDE插件 2、学会使用SeleniumIDE录制脚本和导出脚本 3、访问http://121.193.130.195:8080/使用学号登录系统(账户名为学号,密码为学号后6位),进入系统后可以看到该同学的git地址。 4、编写Selenium Java We 阅读全文
posted @ 2017-03-26 15:52 梦碎 阅读(172) 评论(0) 推荐(0)
摘要: 1. 2.将第20行 for(int i = 0; i<=numPrimes-1;i++) 改为 for(int i = 0; i<numPrimes-1;i++) 3.n=2 4.节点覆盖: [0,1,2,3,5,3,4,6,7,8,9,10,11] 边覆盖 [0,1,2,3,5,3,4,6,7, 阅读全文
posted @ 2017-03-13 12:20 梦碎 阅读(212) 评论(0) 推荐(0)
摘要: 一、junit和hamcrest安装及引入 1.输入网址http://junit.org/junit4/下载junit及hamcrest 2.打开Eclipse新建一个project 3.右键点击build path 引进junit 二、eclemma安装 点击help-->Eclipse Mark 阅读全文
posted @ 2017-03-10 20:57 梦碎 阅读(273) 评论(0) 推荐(0)
摘要: Below are two faulty programs. Each includes a test case that results in failure.Answer the following questions (in the next slide) about each program 阅读全文
posted @ 2017-02-26 20:59 梦碎 阅读(174) 评论(0) 推荐(0)
摘要: To tlak about an impressive project error. It is not the recently project I did. Because they will very hard to finish, but I will find the error easi 阅读全文
posted @ 2017-02-24 18:45 梦碎 阅读(147) 评论(0) 推荐(0)