03 2017 档案

test4
摘要:软件测试作业3 — PrintPrimes() 一.Use the following method printPrimes() for questions a–d. (a) Draw the control flow graph for the printPrimes() method. (b) C 阅读全文

posted @ 2017-03-14 22:17 王雅平 阅读(125) 评论(0) 推荐(0)

test3
摘要:软件测试实验报告一 1) 安装junit,hamcrest 在官方网站下载junit-4.12.jar、hamcrest-library-1.3.rc2.jar、hamcrest-core-1.3.rc2.jar; 将三个jar包放到C:\Program Files\Java\jre1.8.0_20 阅读全文

posted @ 2017-03-12 19:14 王雅平 阅读(127) 评论(0) 推荐(0)

test1
摘要:(1)项目编码方式乱码解决 a、MyEclipse:右键单击项目名称->Properties->Resource->Text file encoding,选择项目的编码方式。 b、Window->Preferences->General->Content Types->比如选中右边的JSP,窗口下面 阅读全文

posted @ 2017-03-03 10:45 王雅平 阅读(77) 评论(0) 推荐(0)

test2
摘要:软件测试:fault,error,failure fault:代码错误 error:内部状态错误 failure:外部结果错误 First: public int findLast (int[] x, int y) { //Effects: If x==null throw NullPointerE 阅读全文

posted @ 2017-03-03 10:43 王雅平 阅读(106) 评论(0) 推荐(0)