摘要
为了满足功能复杂、升级频繁、时间紧迫的软件系统的测试需求,设计一个有效的软件测试自动化框架。测试脚本应用抽象和封装的策略,采取模块化技术,提高脚本的可复用性。采取数据驱动测试技术,将测试脚本与测试数据分离,数据存储在外部文件中,降低测试脚本的维护工作量。
An efficient soft testing automation framework is essential for the system with complex function,frequently changes,and limited project time schedule and resources.The framework applies the principle of abstraction or encapsulation,and the strategy of script modularity in order to improve the reusability of automated test scripts.Adopts the data driven test strategy,and separates test data from test script in order to lower the maintenance workload of test scripts.
出处
《现代计算机》
2011年第6期94-96,共3页
Modern Computer
关键词
测试自动化框架
模块化
数据驱动
Testing Automation Framework
Modularity
Data-Driven