軟件測試術語表[1] 軟件測試
acceptance testing: Formal testing conducted to enable a user, customer, or other authorized entity to determine whether to accept a system or component。
接收測試:用來使一個用戶、客戶或者其它的權威機構決定是否接收一個系統或者組件的測試。
actual outcome: The behaviour actually produced when the object is tested under specified conditions。
實際輸出:被測對象在特定條件下實際產生的行為。
ad hoc testing: Testing carried out using no recognised test case design technique。
探索式測試:不使用可識別的測試用例設計技術所進行的測試。
alpha testing: Simulated or actual operational testing at an in-house site not otherwise involved with the software developers。
α測試:在軟件開發人員缺席的情況下內部做的模擬的或者實際的操作性測試。
arc testing: A test case design technique for a component in which test cases are designed to execute branch outcomes。
分支測試:一種針對組件的測試用例設計技術,通過分支覆蓋來進行測試用例設計。
Backus-Naur form: A meta language used to formally describe the syntax of a language。
Backus-Naur 形式:一種用來從形式上描述一種語言的語法的元語言。
basic block: A sequence of one or more consecutive, executable statements containing no branches。
基本塊:一個由不包含任何分支的一個或者多個連續的、可執行的指令組成的序列。
basis test set: A set of test cases derived from the code logic which ensure that \% branch coverage is achieved。
基本測試集:基于代碼的邏輯結構且保證一定的分支覆蓋率的測試用例的集合。
bebugging: The process of intentionally adding known faults to those already in a computer program for the purpose of monitoring the rate of detection and removal, and estimating the number of faults remaining in the program。
錯誤撒播:通過在計算機程序中人為的引入已知的錯誤來監測發現和消除錯誤的比率、估計程序中剩余的錯誤數的方法。
behavior: The combination of input values and preconditions and the required response for a function of a system. The full specification of a function would normally comprise one or more behaviors。
文章來源于領測軟件測試網 http://www.k11sc111.com/