test case design 中文意思是什麼

test case design 解釋
檢測實例設計
  • test : n 1 檢驗,檢查;考查;測驗;考試;考驗。2 檢驗用品;試金石;【化學】試藥;(判斷的)標準。3 【化...
  • case : CASE =computer aided software engineering 【計算機】計算機輔助軟體工程。n 1 情況,狀況;真相。2 ...
  • design : vt 1 計劃,企圖,立意要…。2 指定,預定;留給,留著。3 設計,草擬,擬定,籌劃;起草,畫草圖,打(...
  1. In case of a vertical veseel tested horizontally in the shop, the test pressure shall relate to the design pressure adjusted for static head when the unit is in the vertical position

    5如果立式容器在車間進行水平測試,測試壓力應相對設計壓力進行調整,當裝置在立式位置時調整靜封頭。
  2. Second, the test report produced by the system is not the standard case report. the purpose of this article is to develop a way to increase the clinical samples per test and design the mis for autodelfia 1235. [ methods ] ( l ) the remain volume in the reagent bottle corresponding of the assay buffer, incubation buffer, eu and ab was obtained by surveying the limited probe position of the right and left dispenser, respectively

    [方法]測定左右兩個試劑分配器的探測極限位置,獲得各類試劑的最低剩餘量;定量分析和測試配套藥盒各類試劑的實驗用量,獲得雙微孔板測試各類試劑的實驗配置量;定量檢測各類試劑瓶的容積,評估雙微孔板測試採用單微孔板封裝藥盒的可行性。
  3. The aim of software testing is to find out the defect of the software, so different testing methods can be adopted to design test case so as to the test is successful. for example, white box testing ( logic covering, path covering, etc ) and black box testing ( function test, regression test, and performance test, etc )

    軟體測試的目的主要是發現軟體中的缺陷,針對這一目標,可以採用不同的測試方法來設計測試用例以保證測試成功,即找出軟體中的缺陷,如白盒測試(邏輯覆蓋,路徑覆蓋等)和黑盒測試(功能測試,回歸測試,性能測試等) 。
  4. The structural framework of the on - line test system has been built in the paper, based on j2ee and xml. uml is integrated into the development of web application in virtue of rose to get visual system model. the system requirements and design models are defined by uml diagrams such as use case diagram, class diagram, sequence diagram, collaboration diagram, component diagram, and deployment diagram. web pages, component objects, data tables and databases are all regarded as a class or an object. the modeling process bases on the views of real world. the design and development process is established according to the views of software engineering. the online examination system which bases on j2ee can fully use the jsp 、 javabean 、 servlet 、 xml, flexibility of three - tier model to optimize the system performance and to enhance. the development value

    同時藉助rose工具將uml語言和web應用開發結合起來,進行可視化建模,利用uml的用例圖、類圖、時序圖、合作圖、組件圖和部署圖等,定義系統需求,描述系統設計,將web頁面、組件對象、數據表和數據庫都作為類或對象,按照真實世界的觀點進行建模,依據軟體工程學的觀點制定設計開發步驟。本系統以j2ee體系結構為基礎,充分利用jsp 、 javabean 、 servlet 、 xml組件和三層模式的靈活性來簡化開發過程,優化系統性能,從而提高了系統的開發價值。
  5. Equivalence partitioning is a much more formalized method of test case design

    等價類劃分是一個更加形式化的設計測試用例的方法。
  6. If the requirements specification is written at a deterministic level of detail ( i. e., given a set of inputs and an initial system state you should be able to determine the exact outputs and the new system state by following the rules in the specification ), then test case design and the writing of the manuals can go on concurrently with the system design

    如果寫的需求規格能夠達到一個確定級的詳程度(即:給定一個輸入集和一個系統初始狀態,你應當能夠按照規格中的規則準確地確定輸出和新系統的狀態) ,那麼測試用例的設計以及用戶手冊的編寫就可以和系統設計并行執行。
  7. In rup, use cases drive whole core work flow, that is. from reqirement capture. through analysis. design and implementation to test. among these, use case analysis technology carries out the following process : firstly, capturmg system ' s function requirements. developer builds structural requirement model ( use case model ), secondly, identifying class from use case, developer builds class diagram. use case analysis technology can instruct the process of building class diagram, but a fatal shortcoming exists in itthat is, the process of identifying class is easily involved in function decomposing method. and its operationality is limited

    該方法中的用況驅動完成了rup中一整套核心工作流(從需求捕獲,經由分析、設計和實現,到測試) ,其中用況分析技術完成的工作是從捕獲需求入手,建立結構化的需求模型(用況模型) ,進而從用況中識別類以得到類圖。這種技術對建立類圖有一定的指導意義,但有一個致命的缺點,即隨著類識別的深入易陷入功能分解法的誤區,而且其可操作性也不是很強。
  8. This article illustrates a real problem diagnosing case to the navigation key during the design test phase for one mobile phone keypad

    摘要文章對某款手機在開發過程中導航鍵斷裂進行了故意診斷。
  9. Further information on techniques for test case design can be found in " software testing techniques " 2nd edition, b beizer, van nostrand reinhold, new york 1990

    測試設計人員不應該讓任何指定的技術阻礙經驗和常識的應用。
  10. In this paper, the design method of test case for white box testing and black box testing will be introduced respectively : combination of condition covering test ( white box ), combination of input variant covering test ( black box ). both of them can increase the testing efficiency to some extent

    本文針對白盒測試和黑盒測試分別介紹了一種測試用列的設計方法:條件組合覆蓋測試(白盒) ,輸入變量值組合覆蓋測試(黑盒) ,它們都能在一定程度上提高測試的效率。
  11. During the study, we find that, thanks to the capability of describing system workflow and parallel activities, uml state diagram, use case diagram, activity diagram and sequence diagram are not only a powerful model in requirement analysis and design, they can also be an important basis for software test based on model

    進而論述了uml狀態圖、用例圖、活動圖和順序圖著重描述系統所支持的業務過程及其動態行為。通過分析發現, uml狀態圖、用例圖、活動圖和順序圖模型不僅是進行業務需求分析和系統設計的有力工具,同時也是基於uml模型測試(尤其是系統級功能測試)應研究的根本和重點問題。
  12. There are ranges of test case design techniques, which fall under the general title of condition testing, all of which endeavor to mitigate the weaknesses of branch testing when complex logical conditions are encountered

    測試用例設計技術的范圍,屬于情況的一般標題測試,竭力緩和分支弱點測試當復雜邏輯情況遇到。
  13. In this thesis, we first introduce the methodology of combinatorial design of testing parameters and the effectiveness of pairwise testing. then we define pair - combinatorial graph ( pcg ) and case sub graph ( csg ) to analyze the pair - cover problem and indicate that to achieve a minimum test set for pairwise testing is an npc problem, but the size of such test set is in a predictable range

    本文首先介紹基於參數組合的測試設計方法和配對覆蓋測試方法的有效性,並提出配對組合圖( pair - combinatorialgraph , pcg )和案例子圖( casesubgraph , csg )的概念來描述配對覆蓋問題。
  14. Tailoring of the process and the use of test case design techniques should be documented in the overall test strategy

    剪裁過程和對測試用例設計技術的用途應在整體測試策略中提供。
  15. Even though there are numerous test case design techniques available in current software development world, the most important ingredients of any test design are experience and common sense

    盡管現在的軟體開發中正使用著眾多的測試用例設計方法,然而最重要的測試用例設計因素卻是經驗和常識。
  16. Basing the research and the analysis mentioned above, this article researches and develops an automatic software test system for lsf compatibility test : auto _ tool. specially, it detailedly discusses the design and implement of the dispatcher ( harness ) and a typical automated compatibility test case inauto _ tool. combining the research and development of auto _ tool, this article explores the software test automation technology

    在對大型分散式軟體系統lsfsuite的體系結構和工作原理進行研究,以及對其進行自動化測試需要解決的技術難點以及相應解決對策進行分析的基礎上,本文研究和開發了對lsfsuite進行兼容性自動測試的工具集: auto _ tool ,並專門詳細討論了auto _ tool中的調度器以及一個典型的兼容性自動測試用例的研究與實現。
  17. You must design a recursive procedure to test for at least one condition that can terminate the recursion, and you must also handle the case where no such condition is satisfied within a reasonable number of recursive calls

    您在設計一個遞歸過程時,必須至少測試一個可以終止此遞歸的條件,並且還必須對在合理的遞歸調用次數內未滿足此類條件的情況進行處理。
  18. This paper analyzes on the main problems existing in the demand management of the current development of the software, probes into rup demand management model, and puts forward some methods for realizing the demand tracing among the assigned demand and software demand, design element, code and test case

    分析了當前軟體開發中需求管理存在的主要問題,探討了rup需求管理模型,提出實現分配需求與軟體需求、設計元素、編碼及測試用例之間需求跟蹤的方法。
分享友人