摘要: 要求: 1、安装SeleniumIDE插件 2、学会使用SeleniumIDE录制脚本和导出脚本 3、访问http://121.193.130.195:8080/使用学号登录系统(账户名为学号,密码为学号后6位),进入系统后可以看到该同学的git地址。 4、编写Selenium Java WebDr 阅读全文
posted @ 2017-03-26 14:25 Marin_kobe 阅读(112) 评论(0) 推荐(0) 编辑
摘要: int curPrime; // Value currently considered for primeness 8. int numPrimes; // Number of primes found so far. 9. boolean isPrime; // Is curPrime prime 阅读全文
posted @ 2017-03-14 21:04 Marin_kobe 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 软件测试实验报告 班级 软工一班 学号 3014218066 姓名 马钰 A. 直接build path。 添加Junit库,或者下好Junit和hamcrest包然后添加external JAR 首先将下好的eclemma解压到eclipse的drops文件下,然后在eclipse help下拉菜 阅读全文
posted @ 2017-03-11 15:29 Marin_kobe 阅读(273) 评论(0) 推荐(0) 编辑
摘要: 软件测试-HW2 学号:3014218066 姓名:马钰 第一段代码: 1.错误位置:for循环条件i>=0。i>0导致数组x[0]没有被访问。 2.当数组为空时,直接抛出异常,不执行错误代码。 3.text:x=[2,3,5];y=5 expected=2 result = 2 4.text:x= 阅读全文
posted @ 2017-03-03 00:32 Marin_kobe 阅读(88) 评论(0) 推荐(0) 编辑
摘要: When i build todo list in the web, i need to distinguish between users in the database. So I should post the information of users, and get the informa 阅读全文
posted @ 2017-02-26 00:25 Marin_kobe 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 商铺资源共享:我的想法是从高德地图加上图像老师的点播而来的。高德地图上面可以查到一些商铺的信息,但是一些小商铺的信息有可能有但是很少有人会使用或者关注,而且很大的可能高德地图是一种cs的模式,就是我的客户端有什么才能给你提供什么服务。而共享商铺的模式可以使p2p模式。就比如说我今天在楼下一个小商铺吃 阅读全文
posted @ 2017-02-25 23:46 Marin_kobe 阅读(129) 评论(0) 推荐(0) 编辑