軟體測試作業

2021-10-05 07:58:38 字數 1081 閱讀 9496

//根據下面三角形程式,結合白盒測試用例設計技術,在junit工具中編寫對應的單元測試指令碼。

package test1;

public

class

********

public

boolean

is********

(******** tri)

return istrue;

}public string istype

(******** tri)

return strtype;

}}

測試**如下:

package test1;

import

static org.junit.assert.*;

import org.junit.after;

import org.junit.before;

import org.junit.test;

public

class

********test

@test

public

void

testis********02()

@test

public

void

testis********03()

@test

public

void

testistype01()

@test

public

void

testistype02()

@test

public

void

testistype03()

@test

public

void

testistype04()

@test

public

void

testistype05()

}

測試結果如下:

軟體測試作業!

1.測試情況說明 測試時,目前只發現三個問題 小數點數小於六位時,程式無法顯示正常情況 輸入字元時,程式輸出無法構成三角形 輸入數前輸入鍵盤上的tab鍵無效,程式無提示,輸入數字後,輸入tab鍵代替空格 2.測試物件分析 3.測試方法 3.1 邊界值分析法 測試用例設計思路 近似數,例如2.9999...

軟體測試作業

1.什麼是軟體缺陷?軟體缺陷的產生對軟體有什麼影響?軟體缺陷就是軟體產品中所存在的問題,最終表現為使用者所需要的功能沒有完全實現,不能滿足或不能全部滿足於使用者的需求。質量不佳的軟體產品不僅會使開發商的維護費用和使用者的使用成本大幅度增加,還可能產生其他的責任風險,造成公司信譽下降。一些關鍵的應用領...

軟體測試作業

1.什麼是軟體缺陷?軟體缺陷的產生對軟體有什麼影響?軟體缺陷 程式中存在的某種破壞正常執行能力的問題 錯誤,或者隱藏的功能缺陷。缺陷的存在會導致軟體產品在某種程度上不能滿足使用者的需要。2.什麼是軟體測試?軟體測試的基本原則是什麼?軟體測試就是在軟體投入執行前,對軟體需求分析 設計規格說dao明和編...