標題: C++程式結構化測試工具之設計
Design of A Structural Testing Tool Kits for C++ Programs
作者: 馮敏智
Ming-Jyh Feng
鍾乾癸
Dr. Chyan-Goei Chung
資訊科學與工程研究所
關鍵字: 物件導向測試方法 ; 結構化測試 ; 最佳路徑選擇 ; 資料流程分析;Object-Oriented;Testing Technique;Optimal Path Selection; Structural Testing;Data Flow Analysis
公開日期: 1992
摘要: C++語言為一物件導向程式語言,與C語言相較,增加了類別和繼承等之特 性,程式中增加了錯誤之繼承與朋友關係等新的錯誤類別,資料使用關係 也因資訊隱藏之特性而使錯誤更不易覺察,因此C++ 語言雖已廣被使用, 目前並無有效之物件導向測試方法及工具.本研究之主要目的是針對傳統 結構化測試方法應用在C++ 程式測試之不足處提出解決方法,同時建立一 個C++ 程式之結構化測試環境,此環境功能如下: 1.產生類別繼承關係 表及朋友類別關係表. 2.分析程式中類別異常關係之靜態錯誤. 3.自動檢 查各函式資料使用流程的錯誤. 4.提供類別中各運算之測試順序資訊. 5.產生符合不同涵蓋準則的最佳測試路徑,供測試人員建立測試資料.此 環境已在個人電腦之視窗環境上使用C++ 語言發展完成. C++ language is an object-oriented language. It provides the encapulation, inheritance, etc. The complicated inheritance and friend relationships may make some static errors . Data flow anomalies may be hidden by the feature of ecapulation. Although C++ language is more and more popular, no sysmatic object- oriented structural testing technique is available today. The primary goal of this thesis is to propose a new structural testing technique for C++ programs. And a tool is designed based on the proposed technique. The major features of this tool are listed as follows: 1. Automatically generate inheritance and friend relationships of classes. 2. Detect static errors and anomalies of class relations. 3. Automatically check data flow anomalies in all paths of functions and operations. 4. Provide information for the test order arrangement of operations in a class. 5. Automatically generate optimal path set. This environment has been implemented on MS-Windows system by C++ language.
URI: http://140.113.39.130/cdrfb3/record/nctu/#NT810392079
http://hdl.handle.net/11536/56815
顯示於類別:畢業論文