随笔分类 -  软件测试

摘要:1、安装SeleniumIDE插件 安装火狐浏览器(版本为40左右),点击菜单栏—>附加组件,输入查找Selenium IDE组件并安装;安装成功后重启浏览器,若出现如下图所示图标,则安装成功。 2、学会使用SeleniumIDE录制脚本和导出脚本 A.录制脚本:在需进行操作的网页上点击Seleni 阅读全文
posted @ 2017-03-25 22:48 linC_ZYX 阅读(219) 评论(0) 推荐(0)
摘要:Exercise Section 2.3 第7题 1、Use the following method printPrimes() for questions a–d. a.为printPrimes()方法画控制流图 b.令MAXPRIMES = 4;t2测试出现数组越界错误,t1测试不会出现。 c 阅读全文
posted @ 2017-03-13 22:10 linC_ZYX 阅读(148) 评论(0) 推荐(0)
摘要:Tasks 1:Install Junit(4.12), Hamcrest(1.3) with Eclipse 1、新建立一个项目工程,右键点击工程,点击Properties 2、在弹出的面板中选择Java Build Path,并选择Libraries 3、选择Add External JARs, 阅读全文
posted @ 2017-03-11 22:39 linC_ZYX 阅读(224) 评论(0) 推荐(0)
摘要:Below are two faulty programs. Each includes a test case that results in failure. Answer the following questions about each program: 1、Identify the fa 阅读全文
posted @ 2017-03-01 21:08 linC_ZYX 阅读(327) 评论(0) 推荐(0)
摘要:The error about the identifying information I tried to write an program which called To Do List. It is about that users could add, modify and delete t 阅读全文
posted @ 2017-02-27 15:43 linC_ZYX