白盒測試Java_第1頁
白盒測試Java_第2頁
白盒測試Java_第3頁
白盒測試Java_第4頁
白盒測試Java_第5頁
已閱讀5頁,還剩5頁未讀, 繼續(xù)免費(fèi)閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)

文檔簡介

1、計(jì)算機(jī)科學(xué)與技術(shù)系 實(shí) 驗(yàn) 報(bào) 告專業(yè)名稱 軟件工程 課程名稱 軟件測試 項(xiàng)目名稱 白盒測試之賦稅管理系統(tǒng) 班 級(jí) 12級(jí)軟件工程 學(xué) 號(hào) 1204091034 姓 名 常成 同組人員 實(shí)驗(yàn)日期 2014/10/13 一、實(shí)驗(yàn)內(nèi)容:利用白盒測試之賦稅管理系統(tǒng)練習(xí)基本路徑測試方法。二、實(shí)驗(yàn)?zāi)康呐c要求:實(shí)驗(yàn)?zāi)康模夯韭窂綔y試方法練習(xí)收入Income和供養(yǎng)人數(shù)nDependance來計(jì)算賦稅金額的程序。程序輸入是Income和nDependance,程序輸出是:總稅金TaxTotal應(yīng)繳所得稅計(jì)算公式:TaxSubtotal收入(income)稅率計(jì)算公式<100000.02*income10

2、000£income<50000200+0.03*(income-10000)³500001400+0.04*(income-50000)免稅部分:exemption = 人數(shù)*50;實(shí)繳所得稅: TaxTotal = TaxSubtotal exemption實(shí)驗(yàn)要求:使用java語言實(shí)現(xiàn)。畫出該程序的控制流圖計(jì)算圈復(fù)雜度獲取基本路徑設(shè)計(jì)測試用例,使得每條基本路徑都要覆蓋到。三、實(shí)驗(yàn)步驟1、 算法實(shí)現(xiàn)(附上源代碼)程序Java代碼:package P.test;import java.util.Scanner;public class TexTotal privat

3、e double totals;private double income;private int per;public double gettotals()return totals;public void setShuru(double income,int per)this.income=income;this.per=per;public boolean getShuru() try Scanner in = new Scanner(System.in);System.out.println("請(qǐng)輸入你的工資和家庭人數(shù)(以空格隔開):");this.income =

4、 in.nextInt();this.per = in.nextInt(); catch (Exception e) System.out.println("請(qǐng)輸入正確的工資數(shù)目!");System.out.println("錯(cuò)誤類型:" + e);return false;return true;public void Income()if(this.income<=0|this.per<=0)System.out.println("請(qǐng)輸入正確的家庭人數(shù)和收入!");else if(this.income < 10

5、000)this.totals=this.income*0.02-this.per*50;else if(this.income>=10000 && this.income<50000)this.totals=200+(this.income-10000)*0.03-this.per*50;elsethis.totals=1400+(this.income-50000)*0.04-this.per*50;if(this.totals<0)this.totals=0;public void Prints() System.out.println("需要

6、繳納的稅為:"+this.totals);public static void main(String args)TexTotal d=new TexTotal();if(d.getShuru()d.Income();d.Prints();測試代碼:package P.test;import static org.junit.Assert.*;import junit.framework.Assert;import org.junit.After;import org.junit.Before;import org.junit.Test;public class TexTotalTe

7、st TexTotal s=new TexTotal();Beforepublic void setUp() throws Exception Afterpublic void tearDown() throws Exception Testpublic void testGetShuru1() s.setShuru(9994,5);s.Income();Assert.assertEquals(0.0,s.gettotals();Testpublic void testGetShuru2() s.setShuru(10023,3);s.Income();Assert.assertEquals(

8、50.69,s.gettotals();Testpublic void testGetShuru3() s.setShuru(59232,4);s.Income();Assert.assertEquals(1569.28,s.gettotals();Testpublic void testGetShuru4() s.setShuru(500,0);s.Income();Assert.assertEquals(0.0,s.gettotals();Testpublic void testGetShuru5() s.setShuru(-50000,4);s.Income();Assert.assertEquals(0.0,s.gettotals();2、控制流圖293031303132343336353738394140423、 測試用例設(shè)計(jì)編號(hào)輸入數(shù)據(jù)預(yù)期輸出1供養(yǎng)人數(shù)5收入9994總稅金0.02供養(yǎng)人數(shù)3收入10023總稅金50.693供養(yǎng)人數(shù)4收入59232總稅金1569.284供養(yǎng)人數(shù)0收入500總稅金0.0請(qǐng)輸入正確的家庭人數(shù)和收入!5供養(yǎng)人數(shù)4收入-50000總稅金0.0請(qǐng)輸入正確的家庭人數(shù)和收入!3 測試數(shù)據(jù)與實(shí)驗(yàn)結(jié)果分析測試均順利通過。路徑覆蓋率為100%。四、實(shí)驗(yàn)小結(jié):(實(shí)驗(yàn)過程中

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。

最新文檔

評(píng)論

0/150

提交評(píng)論