摘要:
1. Installing 1. Install firefox 38.5.1 2. Install SeleniumIDE After installing, I set the view of toolbox, then we can see this 3. Install Selenium C 阅读全文
摘要:
1. a.This is the chart b. initial numPrimes = 4, t1 would over the loop. c. t = ( n = 1) d. node coverage: TR = {1,2,3,4,5,6,7,8,9,10,11,12} Test Path 阅读全文
摘要:
1. Installing 1. Install Junit and hamcrest First, I download the Junit-4.12.jar and hamcrest-core-1.3.jar Then. I add them into eclipse library After 阅读全文
摘要:
Problem 1 1. The fault is i > 0, it should be i >= 0, because if the case is x = [0], y= 0, we expect = 1, but actually, we get -1; 2. test: x = [], y 阅读全文
摘要:
Recently, I have a project, I use Unity3D to finish a visualization work, which is the final project for my visualization course. In this project, I t 阅读全文