




版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)
文檔簡介
1、1. 軟件測試英語專業(yè)詞匯2. nlv:nation language version本地化版本3. fvt:functional verification testing功能驗證測試4. tvt:translation verification testing翻譯驗證測試5. svt:system verification testing系統(tǒng)驗證測試6. fault故障在軟件中一個錯誤的表現(xiàn)。7. feasible path可達路徑可以通過一組輸入值和條件執(zhí)行到的一條路徑。8. feature testing特性測試參考功能測試(functional testing)9. fmea失效模型效
2、果分析(failure modes and effects analysis)可靠性分析中的一種方法,用于在基本組件級別上確認對系統(tǒng)性能有重大影響的失效10. fmeca失效模型效果關(guān)鍵性分析(failure modes and effects criticality analysis)fmea的一個擴展,它分析了失效結(jié)果的嚴重性。11. fta故障樹分析(fault tree analysis)引起一個不需要事件產(chǎn)生的條件和因素的確認和分析,通常是嚴重影響系統(tǒng)性能、經(jīng)濟性、安全性或其它需要特性。12. functional decomposition功能分解參考模塊分解(modular de
3、composition)13. functional specification 功能規(guī)格說明書一個詳細描述產(chǎn)品特性的文檔。14. functional testing功能測試測試一個產(chǎn)品的特性和可操作行為以確定它們滿足規(guī)格。15. glass box testing玻璃盒測試參考白盒測試(white box testing)16. ieee美國電子與電器工程師學會(institute of electrical and electronic engineers)17. incremental testing漸增測試集成測試的一種,組件逐漸被增加到系統(tǒng)中直到整個系統(tǒng)被集成。18. infeas
4、ible path不可達路徑不能夠通過任何可能的輸入值集合執(zhí)行到的路徑。19. input domain輸入域所有可能輸入的集合。20. inspection檢視對文檔進行的一種評審形式。21. installability testing可安裝性測試確定系統(tǒng)的安裝程序是否正確的測試。22. instrumentation插樁在程序中插入額外的代碼以獲得程序在執(zhí)行時行為的信息。23. instrumenter插裝器執(zhí)行插裝的工具24. integration testing集成測試測試一個應用組合后的部分以確保它們的功能在組合之后正確。該測試一般在單元測試之后進行。25. interface接
5、口兩個功能單元的共享邊界。26. interface analysis接口分析分析軟件與硬件、用戶和其它軟件之間接口的需求規(guī)格。27. interface testing接口測試測試系統(tǒng)組件間接口的一種測試。28. invalid inputs無效輸入在程序功能輸入域之外的測試數(shù)據(jù)。29. isolation testing孤立測試組件測試(單元測試)策略中的一種,把被測組件從其上下文組件之中孤立出來,通過設計驅(qū)動和樁進行測試的一種方法。30. job control language工作控制語言用于確定工作順序,描述它們對操作系統(tǒng)要求并控制它們執(zhí)行的語言。31. lcsaj線性代碼順序和跳轉(zhuǎn)
6、(linear code sequence and jump)包含三個部分:可執(zhí)行語句線性順序的起始,線性順序的結(jié)束,在線性順序結(jié)束處控制流跳轉(zhuǎn)的目標語句。32. lcsaj coveragelcsaj覆蓋在組件中被測試執(zhí)行到的lcsaj的百分比。33. lcsaj testinglcsaj測試根據(jù)lcsaj設計測試用例的一種技術(shù)。34. load testing負載測試通過測試系統(tǒng)在資源超負荷情況下的表現(xiàn),以發(fā)現(xiàn)設計上的錯誤或驗證系統(tǒng)的負載能力。35. logic analysis邏輯分析(1)評價軟件設計的關(guān)鍵安全方程式、算法和控制邏輯的方法。(2)評價程序操作的順序并且檢測可能導致災難的
7、錯誤。36. logic-coverage testing邏輯覆蓋測試參考結(jié)構(gòu)化測試用例設計(structural test case design)37. maintainability可維護性一個軟件系統(tǒng)或組件可以被修改的容易程度,這個修改一般是因為缺陷糾正、性能改進或特性增加引起的。38. maintainability testing可維護性測試測試系統(tǒng)是否滿足可維護性目標。39. modified condition/decision coverage修改條件/判定覆蓋在組件中被測試執(zhí)行到的修改條件/判定的百分比。40. modified condition/decision tes
8、ting 修改條件/判定測試根據(jù)mc/dc設計測試用例的一種技術(shù)。41. monkey testing跳躍式測試隨機性,跳躍式的測試一個系統(tǒng),以確定一個系統(tǒng)是否會崩潰。42. mtbf平均失效間隔實際(mean time between failures)兩次失效之間的平均操作時間。43. mttf平均失效時間 (mean time to failure)第一次失效之前的平均時間44. mttr平均修復時間(mean time to repair)兩次修復之間的平均時間45. multiple condition coverage多條件覆蓋參考分支條件組合覆蓋(branch condition
9、 combination coverage)46. mutation analysis變體分析一種確定測試用例套完整性的方法,該方法通過判斷測試用例套能夠區(qū)別程序與其變體之間的程度。47. negative testing逆向測試/反向測試/負面測試測試瞄準于使系統(tǒng)不能工作。48. non-functional requirements testing非功能性需求測試與功能不相關(guān)的需求測試,如:性能測試、可用性測試等。49. n-switch coveragen切換覆蓋在組件中被測試執(zhí)行到的n轉(zhuǎn)換順序的百分比。50. n-switch testingn切換測試根據(jù)n轉(zhuǎn)換順序設計測試用例的一種技
10、術(shù),經(jīng)常用于狀態(tài)轉(zhuǎn)換測試中。51. n-transitionsn轉(zhuǎn)換n1轉(zhuǎn)換順序52. operational testing可操作性測試在系統(tǒng)或組件操作的環(huán)境中評價它們的表現(xiàn)。53. output domain輸出域所有可能輸出的集合。54. partition testing分類測試參考等價劃分測試(equivalence partition testing)55. path路徑一個組件從入口到出口的一條可執(zhí)行語句順序。56. path coverage路徑覆蓋在組件中被測試執(zhí)行到的路徑的百分比。57. path sensitizing路徑敏感性選擇一組輸入值強制組件走一個給定的路徑。58
11、. path testing路徑測試根據(jù)路徑設計測試用例的一種技術(shù),經(jīng)常用于狀態(tài)轉(zhuǎn)換測試中。59. performance testing性能測試評價一個產(chǎn)品或組件與性能需求是否符合的測試。60. portability testing可移植性測試瞄準于證明軟件可以被移植到指定的硬件或軟件平臺上。61. positive testing正向測試測試瞄準于顯示系統(tǒng)能夠正常工作。 62. precondition預置條件環(huán)境或狀態(tài)條件,組件執(zhí)行之前必須被填充一個特定的輸入值。63. predicate謂詞一個邏輯表達式,結(jié)果為真或假。64. predicate data use謂詞數(shù)據(jù)使用在謂詞中
12、的一個數(shù)據(jù)使用。65. program instrumenter程序插裝參考插裝(instrumenter)66. progressive testing遞進測試在先前特性回歸測試之后對新特性進行測試的一種策略。67. pseudo-random偽隨機看似隨機的,實際上是根據(jù)預先安排的順序進行的。68. qa質(zhì)量保證(quality assurance)(1)已計劃的系統(tǒng)性活動,用于保證一個組件、模塊或系統(tǒng)遵從已確立的需求。(2)采取的所有活動以保證一個開發(fā)組織交付的產(chǎn)品滿足性能需求和已確立的標準和過程。69. qc質(zhì)量控制(quality control)用于獲得質(zhì)量需求的操作技術(shù)和過程,如
13、測試活動。70. race condition競爭狀態(tài)并行問題的根源。對一個共享資源的多個訪問,至少包含了一個寫操作,但是沒有一個機制來協(xié)調(diào)同時發(fā)生的訪問。71. recovery testing恢復性測試驗證系統(tǒng)從失效中恢復能力的測試。72. regression analysis and testing回歸分析和測試一個軟件驗證和確認任務以確定在修改后需要重復測試和分析的范圍。73. regression testing回歸測試在發(fā)生修改之后重新測試先前的測試以保證修改的正確性。74. release發(fā)布一個批準版本的正式通知和分發(fā)。75. reliability可靠性一個系統(tǒng)或組件在規(guī)定
14、的條件下在指定的時間內(nèi)執(zhí)行其需要功能的能力。76. reliability assessment可靠性評價確定一個已有系統(tǒng)或組件的可靠性級別的過程。77. requirements-based testing基于需求的測試根據(jù)軟件組件的需求導出測試用例的一種設計方法。78. review評審在產(chǎn)品開發(fā)過程中,把產(chǎn)品提交給項目成員、用戶、管理者或其它相關(guān)人員評價或批準的過程。79. risk風險不期望效果的可能性和嚴重性的一個度量。80. risk assessment風險評估對風險和風險影響的一個完整的評價。81. safety(生命)安全性不會引起人員傷亡、產(chǎn)生疾病、毀壞或損失設備和財產(chǎn)、或
15、者破壞環(huán)境。82. safety critical嚴格的安全性一個條件、事件、操作、過程或項,它的認識、控制或執(zhí)行對生命安全性的系統(tǒng)來說是非常關(guān)鍵的。83. sanity testing理智測試軟件主要功能成分的簡單測試以保證它是否能進行基本的測試。參考冒煙測試84. sdp軟件開發(fā)計劃(software development plan)用于一個軟件產(chǎn)品開發(fā)的項目計劃。85. security testing安全性測試驗證系統(tǒng)是否符合安全性目標的一種測試。86. security.(信息)安全性參考計算機系統(tǒng)安全性(computer system security)87. serviceab
16、ility testing可服務性測試參考可維護性測試(maintainability testing)88. simple subpath簡單子路徑控制流的一個子路徑,其中沒有不必要的部分被執(zhí)行。89. simulation模擬使用另一個系統(tǒng)來表示一個物理的或抽象的系統(tǒng)的選定行為特性。90. simulation模擬使用一個可執(zhí)行模型來表示一個對象的行為。91. simulator模擬器軟件驗證期間的一個設備、軟件程序、或系統(tǒng),當它給定一個控制的輸入時,表現(xiàn)的與一個給定的系統(tǒng)類似。92. sla服務級別協(xié)議(service level agreement)服務提供商與客戶之間的一個協(xié)議,用于
17、規(guī)定服務提供商應當提供什么服務。93. smoke testing冒煙測試對軟件主要功能進行快餐式測試。最早來自于硬件測試實踐,以確定新的硬件在第一次使用的時候不會著火。94. localization: 本地化95. lag time : 延遲時間96. lcsaj:線性代碼順序和跳轉(zhuǎn)(linear code sequence and jump)97. lcsaj coverage:lcsaj覆蓋 98. lcsaj testing:lcsaj測試 99. lead time : 前置時間100. load testing : 負載測試101. load testing:負載測試 102.
18、localizability testing: 本地化能力測試103. localization testing : 本地化測試104. logic analysis:邏輯分析 105. logic-coverage testing:邏輯覆蓋測試 106. maintainability : 可維護性107. maintainability testing:可維護性測試 108. maintenance : 維護109. master project schedule :總體項目方案110. measurement : 度量111. memory leak : 內(nèi)存泄漏112. migrati
19、on testing : 遷移測試113. milestone : 里程碑114. mock up : 模型,原型115. modified condition/decision coverage:修改條件/判定覆蓋 116. modified condition/decision testing :修改條件/判定測試 117. modular decomposition:參考模塊分解118. module testing : 模塊測試119. monkey testing : 跳躍式測試120. monkey testing:跳躍式測試 121. mouse over:鼠標在對象之上122.
20、 mouse leave:鼠標離開對象 123. mtbf:平均失效間隔實際(mean time between failures)124. mtp main test plan主確認計劃125. mttf:平均失效時間 (mean time to failure)126. mttr:平均修復時間(mean time to repair)127. multiple condition coverage:多條件覆蓋 128. mutation analysis:變體分析 129. n/a(not applicable) : 不適用的130. negative testing : 逆向測試, 反向
21、測試, 負面測試131. negative testing:參考負面測試132. negative testing:逆向測試/反向測試/負面測試 133. off by one:緩沖溢出錯誤 134. non-functional requirements testing:非功能需求測試135. nominal load:額定負載136. n-switch coverage:n切換覆蓋 137. n-switch testing:n切換測試 138. n-transitions:n轉(zhuǎn)換 139. off-the-shelf software : 套裝軟件140. operational tes
22、ting:可操作性測試 141. output domain:輸出域142. paper audit:書面審計 143. pair programming : 成對編程144. partition testing:分類測試 145. path coverage : 路徑覆蓋146. path coverage:路徑覆蓋 147. path sensitizing:路徑敏感性 148. path testing:路徑測試 149. path:路徑 150. peer review : 同行評審151. performance : 性能152. performance indicator: 性能(
23、績效)指標153. performance testing : 性能測試154. pilot : 試驗155. pilot testing : 引導測試156. portability : 可移植性157. portability testing:可移植性測試 158. positive testing : 正向測試159. postcondition : 后置條件160. precondition : 前提條件161. precondition:預置條件 162. predicate data use:謂詞數(shù)據(jù)使用 163. predicate:謂詞 164. priority : 優(yōu)先權(quán)1
24、65. program instrumenter:程序插裝 166. progressive testing:遞進測試 167. prototype : 原型168. pseudo code : 偽代碼169. pseudo-localization testing:偽本地化測試170. pseudo-random:偽隨機 171. qc:質(zhì)量控制(quality control)172. quality assurance(qa): 質(zhì)量保證173. quality control(qc) : 質(zhì)量控制174. race condition:競爭狀態(tài) 175. rational unifie
25、d process(以下簡稱rup):瑞理統(tǒng)一工藝176. recovery testing : 恢復測試177. recovery testing:恢復性測試 178. refactoring : 重構(gòu)179. regression analysis and testing:回歸分析和測試 180. regression testing : 回歸測試181. release note : 版本說明182. release:發(fā)布 183. reliability : 可靠性184. reliability assessment:可靠性評價 185. reliability:可靠性 186. r
26、equirements management tool: 需求管理工具187. requirements-based testing : 基于需求的測試188. return of investment(roi): 投資回報率189. review:評審 190. risk assessment : 風險評估191. risk:風險 192. robustness : 強健性193. root cause analysis(rca): 根本原因分析194. safety critical:嚴格的安全性 195. safety:(生命)安全性 196. sanity testing : 健全測試
27、197. sanity testing:理智測試 198. schema repository : 模式庫199. screen shot : 抓屏、截圖200. sdp:軟件開發(fā)計劃(software development plan)201. security testing : 安全性測試202. security testing:安全性測試 203. security.:(信息)安全性 204. serviceability testing:可服務性測試 205. severity : 嚴重性206. shipment : 發(fā)布207. simple subpath:簡單子路徑 208
28、. simulation : 模擬209. simulator : 模擬器210. sla(service level agreement): 服務級別協(xié)議211. sla:服務級別協(xié)議(service level agreement)212. smoke testing : 冒煙測試213. software development plan(sdp): 軟件開發(fā)計劃214. software development process: 軟件開發(fā)過程215. software diversity:軟件多樣性 216. software element:軟件元素 217. software en
29、gineering environment:軟件工程環(huán)境 218. software engineering:軟件工程 219. software life cycle : 軟件生命周期220. source code:源代碼 221. source statement:源語句 222. specification : 規(guī)格說明書223. specified input:指定的輸入 224. spiral model :螺旋模型 225. sqap software quality assurence plan 軟件質(zhì)量保證計劃226. sql:結(jié)構(gòu)化查詢語句(structured query
30、 language)227. staged delivery:分布交付方法228. state diagram:狀態(tài)圖 229. state transition testing :狀態(tài)轉(zhuǎn)換測試 230. state transition:狀態(tài)轉(zhuǎn)換 231. state:狀態(tài) 232. statement coverage : 語句覆蓋233. statement testing:語句測試 234. statement:語句 235. static analysis:靜態(tài)分析 236. static analyzer:靜態(tài)分析器 237. static testing:靜態(tài)測試 238. st
31、atistical testing:統(tǒng)計測試 239. stepwise refinement : 逐步優(yōu)化240. storage testing:存儲測試 241. stress testing : 壓力測試242. structural coverage:結(jié)構(gòu)化覆蓋 243. structural test case design:結(jié)構(gòu)化測試用例設計 244. structural testing:結(jié)構(gòu)化測試 245. structured basis testing:結(jié)構(gòu)化的基礎測試 246. structured design:結(jié)構(gòu)化設計 247. structured progra
32、mming:結(jié)構(gòu)化編程 248. structured walkthrough:結(jié)構(gòu)化走讀 249. stub:樁250. sub-area:子域 251. summary: 總結(jié)252. svvp software vevification&validation plan:軟件驗證和確認計劃253. symbolic uation:符號評價 254. symbolic execution:參考符號執(zhí)行255. symbolic execution:符號執(zhí)行 256. symbolic trace:符號軌跡 257. synchronization : 同步258. syntax testin
33、g : 語法分析259. system analysis:系統(tǒng)分析 260. system design : 系統(tǒng)設計261. system integration:系統(tǒng)集成 262. system testing : 系統(tǒng)測試263. tc test case 測試用例264. tcs test case specification 測試用例規(guī)格說明265. tds test design specification 測試設計規(guī)格說明書266. technical requirements testing:技術(shù)需求測試 267. test : 測試268. test automation:測
34、試自動化 269. test case : 測試用例270. test case design technique:測試用例設計技術(shù) 271. test case suite:測試用例套 272. test comparator:測試比較器 273. test completion criterion:測試完成標準 274. test coverage:測試覆蓋 275. test design : 測試設計276. test driver : 測試驅(qū)動277. test environment:測試環(huán)境 278. test execution technique:測試執(zhí)行技術(shù) 279. te
35、st execution:測試執(zhí)行 280. test generator:測試生成器 281. test harness:測試用具 282. test infrastructure : 測試基礎建設283. test log:測試日志 284. test measurement technique:測試度量技術(shù)285. test metrics :測試度量 286. test procedure:測試規(guī)程 287. test records:測試記錄 288. test report:測試報告 289. test scenario : 測試場景290. test script.:測試腳本 2
36、91. test specification:測試規(guī)格 292. test strategy : 測試策略293. test suite:測試套 294. test target : 測試目標295. test ware : 測試工具296. testability : 可測試性297. testability:可測試性 298. testing bed : 測試平臺299. testing coverage : 測試覆蓋300. testing environment : 測試環(huán)境301. testing item : 測試項302. testing plan : 測試計劃303. test
37、ing procedure : 測試過程304. thread testing : 線程測試305. time sharing:時間共享 306. time-boxed : 固定時間307. tir test incident report 測試事故報告308. tooltip:控件提示或說明309. top-down testing:自頂向下測試 310. tps test peocess specification 測試步驟規(guī)格說明311. traceability : 可跟蹤性312. traceability analysis:跟蹤性分析 313. traceability matri
38、x:跟蹤矩陣 314. trade-off : 平衡315. transaction:事務/處理316. transaction volume:交易量 317. transform. analysis:事務分析 318. trojan horse:特洛伊木馬 319. truth table:真值表 320. tst test summary report 測試總結(jié)報告321. tune system : 調(diào)試系統(tǒng)322. tw test ware :測試件323. unit testing :單元測試 324. usability testing:可用性測試 325. usage scena
39、rio : 使用場景326. user acceptance test : 用戶驗收測試327. user database :用戶數(shù)據(jù)庫328. user interface(ui) : 用戶界面329. user profile : 用戶信息330. user scenario : 用戶場景331. v&v (verification & validation) : 驗證&確認332. validation :確認 333. verification :驗證 334. version :版本 335. virtual user : 虛擬用戶336. volume testing:容量測試
40、337. vss(visual source safe) :338. vtp verification test plan驗證測試計劃339. vtr verification test report驗證測試報告340. walkthrough : 走讀341. waterfall model : 瀑布模型342. web testing : 網(wǎng)站測試343. white box testing : 白盒測試344. work breakdown structure (wbs) : 任務分解結(jié)構(gòu)345. zero bug bounce (zbb) : 零錯誤反彈346. 測試名詞347. fa
41、ult故障 bug在軟件中一個錯誤的表現(xiàn)。348. feasible path可達路徑 可以通過一組輸入值和條件執(zhí)行到的一條路徑。349. feature testing特性測試 參考功能測試(functional testing)350. fmea失效模型效果分析(failure modes and effects analysis)351. 可靠性分析中的一種方法,用于在基本組件級別上確認對系統(tǒng)性能有重大影響的失效352. fmeca失效模型效果關(guān)鍵性分析(failure modes and effects criticality analysis)353. fmea的一個擴展,它分析了失
42、效結(jié)果的嚴重性。354. fta故障樹分析(fault tree analysis)引起一個不需要事件產(chǎn)生的條件和因素的確認和分析,通常是嚴重影響系統(tǒng)性能、經(jīng)濟性、安全性或其它需要特性。355. functional decomposition功能分解 參考模塊分解(modular decomposition) 356. functional specification 功能規(guī)格說明書 一個詳細描述產(chǎn)品特性的文檔。357. functional testing功能測試 測試一個產(chǎn)品的特性和可操作行為以確定它們滿足規(guī)格。358. glass box testing玻璃盒測試 參考白盒測試(whi
43、te box testing)359. ieee美國電子與電器工程師學會(institute of electrical and electronic engineers)360. incremental testing漸增測試 361. 集成測試的一種,組件逐漸被增加到系統(tǒng)中直到整個系統(tǒng)被集成。362. infeasible path不可達路徑 不能夠通過任何可能的輸入值集合執(zhí)行到的路徑。363. input domain輸入域 所有可能輸入的集合。364. inspection檢視 對文檔進行的一種評審形式。365. installability testing可安裝性測試 確定系統(tǒng)的安裝
44、程序是否正確的測試。366. instrumentation插裝 在程序中插入額外的代碼以獲得程序在執(zhí)行時行為的信息。367. instrumenter插裝器 執(zhí)行插裝的工具368. integration testing集成測試 測試一個應用組合后的部分以確保它們的功能在組合之后正確。該測試一般在單元測試之后進行。369. interface接口 兩個功能單元的共享邊界。370. interface analysis接口分析 分析軟件與硬件、用戶和其它軟件之間接口的需求規(guī)格。371. interface testing接口測試 測試系統(tǒng)組件間接口的一種測試。372. invalid inpu
45、ts無效輸入 在程序功能輸入域之外的測試數(shù)據(jù)。373. isolation testing孤立測試 組件測試(單元測試)策略中的一種,把被測組件從其上下文組件之中孤立出來,通過設計驅(qū)動和樁進行測試的一種方法。374. job control language工作控制語言 用于確定工作順序,描述它們對操作系統(tǒng)要求并控制它們執(zhí)行的語言。375. lcsaj線性代碼順序和跳轉(zhuǎn)(linear code sequence and jump)包含三個部分:可執(zhí)行語句線性順序的起始,線性順序的結(jié)束,在線性順序結(jié)束處控制流跳轉(zhuǎn)的目標語句。376. lcsaj coveragelcsaj覆蓋 在組件中被測試執(zhí)行
46、到的lcsaj的百分比。377. lcsaj testinglcsaj測試 根據(jù)lcsaj設計測試用例的一種技術(shù)。378. load testing負載測試 通過測試系統(tǒng)在資源超負荷情況下的表現(xiàn),以發(fā)現(xiàn)設計上的錯誤或驗證系統(tǒng)的負載能力。379. logic analysis邏輯分析 (1) 評價軟件設計的關(guān)鍵安全方程式、算法和控制邏輯的方法。(2)評價程序操作的順序并且檢測可能導致災難的錯誤。380. logic-coverage testing邏輯覆蓋測試 參考結(jié)構(gòu)化測試用例設計(structural test case design)381. maintainability可維護性 一個軟
47、件系統(tǒng)或組件可以被修改的容易程度,這個修改一般是因為缺陷糾正、性能改進或特性增加引起的。382. maintainability testing可維護性測試 測試系統(tǒng)是否滿足可維護性目標。383. modified condition/decision coverage修改條件/判定覆蓋 在組件中被測試執(zhí)行到的修改條件/判定的百分比。384. modified condition/decision testing 修改條件/判定測試 根據(jù)mc/dc設計測試用例的一種技術(shù)。385. monkey testing跳躍式測試 隨機性,跳躍式的測試一個系統(tǒng),以確定一個系統(tǒng)是否會崩潰。386. mtbf
48、平均失效間隔實際(mean time between failures)兩次失效之間的平均操作時間。387. mttf平均失效時間 (mean time to failure)388. 第一次失效之前的平均時間389. mttr平均修復時間(mean time to repair)兩次修復之間的平均時間390. multiple condition coverage多條件覆蓋 參考分支條件組合覆蓋(branch condition combination coverage)391. mutation analysis變體分析 一種確定測試用例套完整性的方法,該方法通過判斷測試用例套能夠區(qū)別程序
49、與其變體之間的程度。392. negative testing逆向測試/反向測試/負面測試 測試瞄準于使系統(tǒng)不能工作。393. non-functional requirements testing非功能性需求測試 與功能不相關(guān)的需求測試,如:性能測試、可用性測試等。394. n-switch coveragen切換覆蓋 在組件中被測試執(zhí)行到的n轉(zhuǎn)換順序的百分比。395. n-switch testingn切換測試 根據(jù)n轉(zhuǎn)換順序設計測試用例的一種技術(shù),經(jīng)常用于狀態(tài)轉(zhuǎn)換測試中。396. n-transitionsn轉(zhuǎn)換 n1轉(zhuǎn)換順序397. operational testing可操作性測試
50、在系統(tǒng)或組件操作的環(huán)境中評價它們的表現(xiàn)。398. output domain輸出域 所有可能輸出的集合。399. partition testing分類測試 參考等價劃分測試(equivalence partition testing)400. path路徑 一個組件從入口到出口的一條可執(zhí)行語句順序。401. path coverage路徑覆蓋 402. 在組件中被測試執(zhí)行到的路徑的百分比。403. path sensitizing路徑敏感性 404. 選擇一組輸入值強制組件走一個給定的路徑。405. path testing路徑測試 406. 根據(jù)路徑設計測試用例的一種技術(shù),經(jīng)常用于狀態(tài)轉(zhuǎn)換
51、測試中。407. performance testing性能測試 408. 評價一個產(chǎn)品或組件與性能需求是否符合的測試。409. portability testing可移植性 410. 測試瞄準于證明軟件可以被移植到指定的硬件或軟件平臺上。411. positive testing正向測試 412. 測試瞄準于顯示系統(tǒng)能夠正常工作。413. precondition預置條件 414. 環(huán)境或狀態(tài)條件,組件執(zhí)行之前必須被填充一個特定的輸入值。415. predicate謂詞 416. 一個邏輯表達式,結(jié)果為真或假。417. predicate data use謂詞數(shù)據(jù)使用 418. 在謂詞中的一個數(shù)據(jù)使用。419. program instrumenter程序插裝 420. 參考插裝(instrumenter)421. progressive testing遞進測試 422. 在先前特性回歸測試之后對新特性進行測試的一種
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
- 6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2025年修建大橋工程可行性研究報告-圖文
- 2024-2030年中國江蘇省房地產(chǎn)行業(yè)市場發(fā)展監(jiān)測及投資前景展望報告
- 大學科技園建設項目可行性研究報告
- 以問題為導向:經(jīng)濟常識教學中培養(yǎng)學生問題意識的探索與實踐
- 養(yǎng)羊項目可行性報告(共12)
- 以遷移理論為翼翱翔高中地理教學天空
- 以趣啟思:高中思想政治課愉悅教學的探索與實踐
- 以賽促學:競賽在初中英語教學中的多維作用與實踐探索
- 以讀促用:小學語文閱讀教學的致用性變革與實踐探索
- 以論促寫:討論式教學在大學英語寫作課堂的實證探索
- 企業(yè)5S標準化管理
- 社區(qū)工作者招聘考試歷年真題庫含備考資料
- 綠化養(yǎng)護工作日記錄表
- 反詐禁毒反邪教知識講座
- 酒店升級改造方案
- 高一新生分班考試英語試卷(含答案)
- 《制造業(yè)的成本》課件
- 風光儲儲能項目PCS艙、電池艙吊裝方案
- 衛(wèi)浴行業(yè)和水龍頭知識培訓教材課件
- ChatGPT科普知識介紹
- 辦公室常見頸腰椎疾病預防及養(yǎng)護
評論
0/150
提交評論