wt0201

导航

 

2018年4月15日

摘要: 一、实验过程 1、Selenium IDE的安装与使用 (1)在火狐浏览器中安装Selenium IDE插件 (2)访问网站,使用Selenium IDE录制脚本 (3)在Selenium IDE中导出脚本,Format一栏选择Java(WebDriver+Junit) 2、Selenium Jav 阅读全文
posted @ 2018-04-15 19:35 wt0201 阅读(89) 评论(0) 推荐(0)
 

2018年3月25日

摘要: (a)Draw the control flow graph for the printPrimes() method. (b)Consider test cases t1 = (n = 3) and t2 = (n = 5). Although these tour the same prime 阅读全文
posted @ 2018-03-25 12:01 wt0201 阅读(127) 评论(0) 推荐(0)
 

2018年3月23日

摘要: 一、准备工作 1、在eclipse中创建Java Project,在该项目中新建folder,命名为lib。将从网上下载的junit-4.12.jar和hamcrest-all-1.3.jar放到lib文件夹中。在eclipse中,选中jar包,右键Build Path->Add to Build 阅读全文
posted @ 2018-03-23 11:45 wt0201 阅读(114) 评论(0) 推荐(0)
 

2018年3月14日

摘要: public int findLast (int[] x,int y) { //Effects: If x==null throw NullPointerException //else return the index of the last element in x that equals y. 阅读全文
posted @ 2018-03-14 20:10 wt0201 阅读(130) 评论(0) 推荐(0)
 

2018年3月11日

摘要: 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-11 14:13 wt0201 阅读(125) 评论(0) 推荐(0)