如何選擇自動化測試框架?
發表于:2009-04-29來源:作者:點擊數:
標簽:自動化框架選擇
Michael Kelly在《Choosing a test automation framework》一文中提到 測試自動化 框架是一組假設、概念和慣例的集合,用于支持 自動化測試 。(A test automation framework is a set of assumptions, concepts, and practices that provide support for aut
Michael Kelly在《Choosing a test automation framework》一文中提到
測試自動化框架是一組假設、概念和慣例的集合,用于支持
自動化測試。(A test automation framework is a set of assumptions, concepts, and practices that provide support for automated software testing.)
Michael Kelly把自動化
測試框架劃分為5大類:
(1)模塊化框架(test script modularity)。
(2)函數庫結構框架(test library architecture)。
(3)關鍵字驅動測試框架(keyword-driven/table-driven testing)。
(4)數據驅動測試框架(data-driven testing)。
(5)混合型框架(hybrid test automation)。
在我們的實際項目中,應該綜合考慮各種因素,選擇合適的
自動化框架。
原文轉自:http://www.anti-gravitydesign.com