摘要: 实验要求 1、安装SeleniumIDE插件 2、学会使用SeleniumIDE录制脚本和导出脚本 3、访问https://psych.liebes.top/st 使用学号登录系统,进入系统后可以看到该同学的git地址。 4、编写Selenium Java WebDriver程序,测试input.x 阅读全文
posted @ 2018-04-13 19:17 萌小航 阅读(299) 评论(0) 推荐(0) 编辑
摘要: 一、完成习题中的问题 对于这样的一组程序方法,回答下列问题: a.画出这个方法的控制流图 b.考虑测试用例t1=(n=3)和t2=(n=5)。即使这些测试用例游历printPrimes()方法中相同的主路径,它们不一定找出相同的错误。设计一个简单的错误,是的t2比t1更容易发现。 当n=4的时候,t 阅读全文
posted @ 2018-03-23 19:50 萌小航 阅读(293) 评论(0) 推荐(0) 编辑
摘要: 一、简单描述下安装 junit, hamcrest and eclemma的过程 ①当然,有了eclipse软件,安装的过程会显得比较轻松 对于安装junit和hamcrest来说需要在官网(或者其它渠道)上面下载标准的jar包即可。 以上可以得到相应版本的jar文件,我使用的是hamcrest-c 阅读全文
posted @ 2018-03-22 21:05 萌小航 阅读(4985) 评论(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 progra 阅读全文
posted @ 2018-03-12 16:06 萌小航 阅读(342) 评论(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 the r 阅读全文
posted @ 2018-03-12 15:59 萌小航 阅读(118) 评论(0) 推荐(0) 编辑