Sylvia_Kim

导航

2017年3月24日 #

【SoftwareTesting】Lab 2

摘要: 一、 在火狐浏览器上安装selenium插件 点击“开发者”的选项,然后点击“获取更多工具”,输入seleniumIDE进行搜索,找到后进行安装即可。安装完成后火狐浏览器的右上角会多出一个小的带“se”标志的按钮,点击即可打开这个插件。 二、 学会用SeleniumIDE录制脚本和导出脚本 点击带“ 阅读全文

posted @ 2017-03-24 15:05 Sylvia_Kim 阅读(70) 评论(0) 推荐(0) 编辑

2017年3月13日 #

【SoftwareTesting】Homework3

摘要: (a) (b) 数组越界问题 (c) n=0 (d) 点覆盖:[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16] 边覆盖:[(1,2),(2,3),(3,4),(4,5),(5,6),(6,7),(7,5),(6,8),(8,9),(5,9),(9,10),(10,11 阅读全文

posted @ 2017-03-13 11:27 Sylvia_Kim 阅读(94) 评论(0) 推荐(0) 编辑

2017年3月10日 #

【SoftwareTesting】Lab 1

摘要: 分别下载 hamcrest-core-1.3.jar和junit-4.12.jar这两个jar包,并加入到新建的项目中 具体步骤为:右键项目,选择properties,选择Java Build Path,添加进这两个jar包即可 点击Help菜单 Install New Software,在弹出的对 阅读全文

posted @ 2017-03-10 20:03 Sylvia_Kim 阅读(96) 评论(0) 推荐(0) 编辑

2017年3月2日 #

【SoftwareTesting】Homework2

摘要: For the Program1, For Question1: The fault is that in the loop condition, ' i ' should be not less than(>=) 0 rather than just greater than(>) 0. This 阅读全文

posted @ 2017-03-02 20:02 Sylvia_Kim 阅读(93) 评论(0) 推荐(0) 编辑

2017年2月27日 #

【SoftwareTesting】Homework1

摘要: The errors I will mention after are from the project in the last semester. The project is a Java project which is about a system for the bone marrow d 阅读全文

posted @ 2017-02-27 21:03 Sylvia_Kim 阅读(83) 评论(0) 推荐(0) 编辑