摘要: 这次实验的主要目的有两个: 1.学会使用seleniumIDE录制脚本和导出脚本; 2 编写selenium web driver程序,进行一个模拟测试; 主要实验步骤: 1.安装firefox,注意版本很重要,很多最新的版本就有问题,我用的是火狐43.0.1的版本; 2.安装seleniumIDE 阅读全文
posted @ 2017-03-25 13:45 ForThree 阅读(127) 评论(0) 推荐(0) 编辑
摘要: (a) (b)Assume that MAXPRIMES=4, and t2 is easier to find due to 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), 阅读全文
posted @ 2017-03-14 21:34 ForThree 阅读(126) 评论(0) 推荐(0) 编辑
摘要: Brief description In this lab, we first use junit to do the testing. Firstly, we should install the junit, hamcrest and eclemma. 1. Install junit As f 阅读全文
posted @ 2017-03-10 16:42 ForThree 阅读(106) 评论(0) 推荐(0) 编辑
摘要: The project is to build a list called TDL. It can save the events you want to do in any time. The purpose is to remind you to do the things on the lis 阅读全文
posted @ 2017-02-27 14:54 ForThree 阅读(119) 评论(0) 推荐(0) 编辑
摘要: In this program, the fault is that i>0 in the for cycle, it should be i>=0; A test case like x=null can achieve the reachability. A test case like x=[ 阅读全文
posted @ 2017-02-26 21:14 ForThree 阅读(105) 评论(0) 推荐(0) 编辑
摘要: I have met a simple error in the past project. In this project, I have to deal with the data first, because I need to use the paraView to read the dat 阅读全文
posted @ 2017-02-25 21:03 ForThree 阅读(120) 评论(0) 推荐(0) 编辑