摘要: 一、实验要求 (1)安装 SeleniumIDE 插件 (2)学会使用 SeleniumIDE 录制脚本和导出脚本 (3)访问 "http://121.193.130.195:8080/" 使用学号登录系统(账户名为学号,密码为学号后6位),进入系统后可以看到该同学的 git 地址。 (4)编写 S 阅读全文
posted @ 2017-03-27 21:30 阳光不搭 阅读(537) 评论(0) 推荐(0) 编辑
摘要: 一、Use the following method printPrimes() for questions a–d (a)为printPrimes()画控制流图。 (b)考虑测试用例t1=(n=3)和t2=(n=5)。即使这些测试用例游历printPrimes()方法中相同的主路径,它们不一定找出 阅读全文
posted @ 2017-03-14 22:19 阳光不搭 阅读(324) 评论(0) 推荐(0) 编辑
摘要: 一、实验要求 (1)使用Eclipse安装Junit(4.12),Hamcrest(1.3) (2)使用Eclipse安装Eclemma (3)为三角形问题编写一个Java程序,并用Junit测试程序 (4)其中三角问题的描述为:函数三角形取三个整数a,b,c,它们是三角形边的长度; 判断三角形是等 阅读全文
posted @ 2017-03-12 21:45 阳光不搭 阅读(269) 评论(0) 推荐(0) 编辑
摘要: 作业要求 观察两段代码并回答下列问题: (1)Identify the fault.(找到错误代码) (2)If possible, identify a test case that does not execute the fault. (Reachability)(试着编写测试用例,不执行fa 阅读全文
posted @ 2017-03-02 23:03 阳光不搭 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 作业要求 Briefly describe an error from your past projects that you have recently completed or an error from other projects which impress you most. State 阅读全文
posted @ 2017-02-26 11:37 阳光不搭 阅读(243) 评论(0) 推荐(0) 编辑