摘要: 一、下载Selenium 1、在firefox里下载附件 1) 在菜单里点击附加组件 2) 看看更多附加组件 3)搜索Selenium ide 4) 添加并安装 二、使用Selenium 1)重启在菜单栏后点击工具,如果没有菜单栏左击窗口添加菜单栏,然后点击Selenium IDE 2)输入URL开 阅读全文
posted @ 2017-03-26 19:33 小大道 阅读(402) 评论(0) 推荐(0) 编辑
摘要: printPrimes(): public static String printPrimes(int n){ int max=100; int curPrime; int numPrimes; boolean isPrime; String result = ""; int [] primes = 阅读全文
posted @ 2017-03-14 22:59 小大道 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 一、安装Junit 和 Hamcrest 选中项目—>点击project->properties->Java Build path->libraries 点击右侧 Add Library,如图 点击 Next,如图 点击Finish,返回可得 完成。 二、安装Eclemma 点击Help—>Ecli 阅读全文
posted @ 2017-03-11 16:34 小大道 阅读(157) 评论(0) 推荐(0) 编辑
摘要: Below are are two faulty programs. Each includes a test case that results in faulty programs.Answer the following questions (in the next slide) about 阅读全文
posted @ 2017-03-01 22:07 小大道 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 软件测试的第一个作业 blog与GitHub的URL: Github ’s URL:https://github.com/liuxiaotao0213?tab=stars Blog’s URL:http://www.cnblogs.com/lxtao/ 以往的一个错误与查错: 以前的错误: expo 阅读全文
posted @ 2017-02-27 21:37 小大道 阅读(100) 评论(0) 推荐(0) 编辑