ssseal

导航

2017年3月10日 #

软件测试第一次上机:Junit, Hamcrest and Eclemma

摘要: a) 1. Install Junit(4.12), Hamcrest(1.3) with Eclipse 2. Install Eclemma with Eclipse 在Find中输入EclEmma,点击Install即可。 b) Result: 阅读全文

posted @ 2017-03-10 14:47 ssseal 阅读(80) 评论(0) 推荐(0) 编辑

软件测试第三次作业:Graph Coverage

摘要: (a) (b) array out of bounds (c) n = 1 (d) NC: {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15} EC: {(1,2), (2,3), (3,4), (4,5), (5,6), (6,7), (7,5), (6,8), (5,9) 阅读全文

posted @ 2017-03-10 14:42 ssseal 阅读(114) 评论(0) 推荐(0) 编辑

2017年2月25日 #

软件测试第二次作业:fault,error and failure

摘要: 1. 1) Fault: the first element of the array is not in the loop. 2) If possible, identify a test case that does not execute the fault(Reachability): x 阅读全文

posted @ 2017-02-25 16:08 ssseal 阅读(115) 评论(0) 推荐(1) 编辑

2017年2月24日 #

软件测试第一次作业:ERROR!!

摘要: Error: In the homework of computer graphics, an object does not follow my path to run. Reason: ">" should be changed to ">=" in a judgment condition. 阅读全文

posted @ 2017-02-24 20:22 ssseal 阅读(82) 评论(2) 推荐(1) 编辑