摘要:
Selenium lab instruction 1、Install the SeleniumIDE plug in in the firefox 2、Open the SeleniumIDE to record the process 3、Use the student ID to log in 阅读全文
摘要:
1.Flow graph of printPrimes() 2.Consider test cases t1 = ( n = 3 ) and t2 = ( n = 5 ). Although these tour the same prime paths in printPrimes(), they 阅读全文
摘要:
Tasks: 1.Install Junit(4.12), Hamcrest(1.3) with Eclipse 2.Install Eclemma with Eclipse 3.Write a java program for the triangle problem and test the p 阅读全文
摘要:
Question one:Identify the fault. the answer: the first function :The for loop misses the 0 index,so that should be for(int i=x.length 1;i =0;i ) the s 阅读全文