摘要
复杂应用系统通常分成多个子系统联合工作,子系统之间接口的正确性和一致性对整个软件系统的工作起着至关重要的作用。由于接口类型多、结构复杂,导致接口测试过程中存在测试执行时间长、效率不高的问题。为了解决这一问题,论文提出并实现了一种自动化接口测试框架,该框架采用形式化描述语言XML存储数据,实现数据与脚本的分离和基于关键字的自动化测试用例生成功能,有效地缩短了接口测试时间,提高了软件测试工作效率。
Complex application systems are typically divided into multiple subsystems.Correctness and consistency of the interface between the subsystems plays a vital role on the entire software system.Because of multiple types of the interface and complex interface structure,interface testing process always consumes a lot of time.To solve this problem,this paper proposed and realized a test automation interface framework.The framework uses formal description language XML to store data,realize the data and scripts isolation and automatically generate test cases based automation keywords.The interface test tool decrease the testing time and increase the efficiency of software testing.
出处
《信息化研究》
2015年第1期75-78,共4页
INFORMATIZATION RESEARCH
关键词
接口测试
软件测试自动化
测试用例自动生成
数据驱动脚本技术
interface testing
software automation
test case automatically generate
data-driven scripting technique