摘要: 本次selenium的实验要求有: 1、安装SeleniumIDE插件 2、学会使用SeleniumIDE录制脚本和导出脚本 3、访问http://121.193.130.195:8080/使用学号登录系统(账户名为学号,密码为学号后6位),进入系统后可以看到该同学的git地址。 4、编写Selen 阅读全文
posted @ 2017-03-26 21:12 兰迪 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 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,8, 阅读全文
posted @ 2017-03-14 21:23 兰迪 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 一、junit和hamcrest安装及引入 首先进入网址http://junit.org/junit4/下载junit及hamcrest 。其次打开Eclipse新建一个名为lab1的项目,然后右键点击build path 引进junit就行了。如图: 之后是安装eclemma: 首先点击eclip 阅读全文
posted @ 2017-03-11 19:45 兰迪 阅读(160) 评论(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 e 阅读全文
posted @ 2017-03-02 20:46 兰迪 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 在学习软件技术测试这门课程之前,在我大二暑假的时候,我留在学校的实验室做我的大创实验项目。在做项目的过程中我遇到过了许许多多的问题,我做的是前端开发,令我印象最深的并且也是困扰我最久的一个程序错误是我所设置的前端界面的div浮动问题,应该说这是一个failure,前台的界面总是不能按照我所想的方式排 阅读全文
posted @ 2017-02-27 22:57 兰迪 阅读(179) 评论(0) 推荐(0) 编辑