博碩士論文 955202001 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:59 、訪客IP:18.227.114.225
姓名 盧建成(Chien-Cheng Lu)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 以增進軟體品質為目的之測試助理系統設計與實作
(Design and Implementation of Testing Assistant System for Improving Software Quality)
相關論文
★ 移動代理人監控系統之設計與實作★ 以正規表式法為基礎之地理編碼服務設計與實作
★ Android應用程式開發之持續整合系統★ 基於設計矩陣之需求追溯關係建立方法
★ 點對點移動代理人之設計與實作與於車資通訊之應用★ 網頁內容叢集分類法之設計與實作
★ 設計與實作於行動裝置上以XUL為基礎之介面呈現★ Android平台上以OSGi為基礎之服務遞送
★ 利用網頁內容結構之區塊擷取方法以呈現新聞服務★ 設計與實作以感測器為中心的查詢機制
★ 針對路徑規劃服務之Web 2.0系統設計與實作★ 整合OSGi與RESTful服務之BPEL引擎
★ 利用文件相似度以轉換網路內容為OSGi Bundles★ 量測Java類別的耦合關係
★ 轉換Android應用程式為OSGi Service★ 物聯網應用之Context塑模方法
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 提升軟體品質,藉此提高顧客的滿意度及產品的完成度,一直是軟體專案中的首要議題。本研究希冀藉由通過測試來提升軟體的品質,因此針對測試活動,提供了一系列的解決方案,包含了測試計畫與案例的管理與監控、測試瑕疵的回報、單元測試的監控、自動化需求垂直追溯表的更新和輔助開發功能測試案例的工具等。
本研究針對實務上的分析與設計,而提供的可行的測試管理系統,可以協助測試者或其他人員,進行其相關的測試活動,並藉由即時的監控報表,呈現專案測試狀態,以提升測試效率與察覺測試問題,最終達到提升軟體品質的目標。
摘要(英) It is always a primary issue of software projects to improve software quality for increasing the satisfaction rate of customers and the completeness of the product. This research provides a way to address this issue from testing aspect and a total solution to assist testers in managing testing, such as test plan management, test case management, defect reporting, unit testing monitoring, vertical requirement traceability updating, and supporting tool for developing functional test cases.
Based on the practical analysis and design of testing problems, this research provides a testing assistant system and a total solution to facilitate testing activities and improve software quality. By real-time monitoring status of testing artifacts, relevant project members can perform their testing activities more efficiently and reveal product defects more easily. Eventually, the major defects can be removed before releasing, and software quality can be increased.
關鍵字(中) ★ 測試管理
★ 功能性測試案例
★ 系統測試
★ 單元測試
關鍵字(英) ★ Testing Management
★ Functional Test Case
★ Unit Testing
★ System Testing
論文目次 摘要 II
ABSTRACT III
誌謝 IV
目錄 V
圖目錄 VII
表目錄 VIII
第一章、 緒論 - 1 -
1.1 動機 - 1 -
1.2 目標 - 1 -
1.3 論文架構 - 2 -
第二章、 背景知識介紹 - 3 -
2.1 軟體測試 - 3 -
2.1.1 測試計畫 - 5 -
2.1.2 測試案例 - 6 -
2.2 使用案例介紹 - 7 -
2.2.1 使用者案例圖關係介紹 - 7 -
第三章、 系統分析與設計 - 12 -
3.1 系統架構 - 12 -
3.1.1 架構分析 - 12 -
3.1.2 架構設計 - 13 -
3.2 測試管理核心元件 - 17 -
3.2.1 架構分析 - 17 -
3.2.2 架構設計 - 19 -
3.2.2.1元件架構 - 20 -
3.2.2.2 使用流程圖 - 23 -
3.3 單元測試監控元件(UTC MANAGER) - 24 -
3.3.1 架構分析 - 24 -
3.3.2 架構設計 - 25 -
3.3.2.1元件架構 - 25 -
3.3.2.2 使用流程圖 - 28 -
3.4 功能性測試案例發展輔助元件 - 31 -
3.4.1 架構分析 - 31 -
3.4.2 情節組合與測試路徑產生策略 - 31 -
3.4.3 架構設計 - 37 -
3.4.3.1 元件架構 - 37 -
3.4.3.2 使用流程圖 - 40 -
3.5 系統資料更新元件 - 44 -
3.5.1 架構分析 - 44 -
3.5.2 架構設計 - 45 -
3.5.2.1元件架構 - 45 -
第四章、 相關文獻探討 - 48 -
4.1 相關測試管理工具比較 - 48 -
4.2 測試案例產生方法比較 - 53 -
第五章、 結論 - 60 -
5.1 貢獻 - 60 -
5.2 未來研究 - 61 -
參考文獻 - 62 -
參考文獻 [1] Glenford J. Myers, The Art of Software Testing, 2nd ed., John Wiley and Sons, Hoboken, N.J., c2004
[2] Edward Kit, Software Testing in the Real World: Improving the Process, Addison-Wesley, N.Y., 1995
[3] Roger S. Pressman, Software Engineering: A practitioner’s approach, 6th ed., McGraw-hill, N.Y., 2005
[4] 李幸超,軟體測試實務講座: 來自矽谷的技術經驗與心得分享, 初版, 博碩文化, 台北縣, 2007
[5] Frank Armour, Granville Miller, Advanced Use Case Modeling Software Systems, Addison-Wesley, N.Y., c2001
[6] Alistair Cockburn著, Writing Effective Use Cases, 趙光正 譯, 台灣培生教育, 台北市, 2003
[7] Russ Miles, Kim Hamilton 著, UML 2.0學習手冊, 楊仁和 譯, 歐來禮, 台北市, 2006
[8] Ivar Jacobson,“Object-oriented Software Engineering: A Use Case-driven Approach”, Addison-Wesley, N.Y., 1992
[9] Jim Heumann, Generating Test Cases From Use Cases, 2001
[10] Cle´mentine Nebut et al., Automatic Test Generation : A Use Case Driven Approach, IEEE Transaction Of Software Engineering Vol. 32, No. 3., 2006
[11] IEEE Standard for Software Test Documentation. IEEE Std 829-1998, IEEE (1998)
[12] SourceForge.net: Test Case Web, http://sourceforge.net/projects/tcw, 2008/7/4
[13] SourceForge.net: TestLink, http://testlink.sourceforge.net/docs/testLink.php, 2008/7/4
[14] PassMarkTM Software: TestLog, http://www.testlog.com/, 2008/7/4
[15] HP: TestDirector, https://h10078.www1.hp.com/cda/hpms/display/main/hpms_content.jsp?zn=bto&cp=1-11-127-24%5E1131_4000_100__, 2008/7/4
指導教授 李允中(Jonathan Lee) 審核日期 2008-7-21
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明