随笔分类 -  软件测试(ST)

摘要:Selenium 编程实验报告 1. 录制脚本 首先下载SeleniumIDE 插件,这里我选择selenium_ide-2.9.1-fx版本。然后拖到firefox浏览器中插件管理界面,点击安装。在所需要进行录制的界面上,点击插件,之后在该界面上完成一系列的操作。当需要停止录制的时候,点击sele 阅读全文
posted @ 2017-03-26 23:02 喷水小火龙 阅读(1024) 评论(0) 推荐(0)
摘要:a) Draw the control flow graph for the printPrimes() method. a) Consider test cases t1=(n=3) and t2=(n=5). Although these tour the same prime paths in 阅读全文
posted @ 2017-03-14 23:12 喷水小火龙 阅读(222) 评论(0) 推荐(0)
摘要:1. Install JUnit, Hamcrest, eclemma. I use IntelliJ IDEA IDE instead of Eclipse. Now I report the step to install the JUnit in IDEA. First of all, we 阅读全文
posted @ 2017-03-12 16:30 喷水小火龙 阅读(244) 评论(0) 推荐(0)
摘要:Code1 1. Identify the fault. The condition expression of the for loop, should be i >= 0. it’s wrong because it ignores the condition when i=0. 2. If p 阅读全文
posted @ 2017-02-27 15:14 喷水小火龙 阅读(344) 评论(0) 推荐(0)
摘要:The problem which impress me most is that when a input file is not given as the rule, what would happen? Please look as the following code. The code i 阅读全文
posted @ 2017-02-27 15:09 喷水小火龙 阅读(327) 评论(0) 推荐(0)