如何选择自动化测试框架?

发表于:2008-07-01来源:作者:点击数: 标签:自动化框架选择
Michael Kelly在《Choosing a test automationframework》一文中提到 测试自动化 框架是一组假设、概念和惯例的集合,用于支持 自动化测试 。(A test automationframework is a set of assumptions, concepts, and practices that providesupport for autom

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.ltesting.net