计算机应用 ›› 2005, Vol. 25 ›› Issue (01): 88-90.DOI: 10.3724/SP.J.1087.2005.00088

• 软件技术 • 上一篇    下一篇

自动化回归测试在Java项目中的实现

尤永康,刘乃琦   

  1. 电子科技大学计算机科学与工程学院
  • 发布日期:2005-07-01 出版日期:2005-01-01

Automation regression testing in Java project

YOU Yong-kang, LIU Nai-qi   

  1. ollege of Computer Science and Engineering, University of Electronic Science and Technology of China
  • Online:2005-07-01 Published:2005-01-01

摘要: 回归测试是软件测试中一种重要的测试。软件开发过程中出现的各种变化可能会给软件的质量带来副作用。回归测试就是用来监控软件的变化,及时反馈由变化带来的结果。回归测试的自动化可以提高较大规模软件测试的质量和效率。文中首先介绍了软件自动化测试和回归测试的概念,然后以一个用Java语言开发的项目CADS(CrossArchitectureDevelopmentSuite)为例,详细阐述了如何在Java项目中实现回归测试的自动化,最后总结了自动化回归测试的优点及其适用范围。

关键词: 软件测试, 回归测试, 自动化回归测试, Java

Abstract: Regression testing is an important part in Software Testing. When software has some changes, Regression Testing needs to check if the changes have affected the software quality. These changes include bugs fixing, functionality changes, build process changes, configurations added etc. Changes to one part of software often impact of other working parts and impair the whole system’s quality and functionality. Regression Test can monitor these changes and report the test results to the developer in time. Automation Regression Testing can improve efficiency and quality of Regression Testing. This paper firstly introduces the conceptions of Software Testing and Regression Testing. Secondly it gives an example of a Java project CADS (Cross Architecture Development Suite) to introduce how to design Automation Regression Testing in Java project. At last it summarizes the advantages of the Automation Regression Testing and its scope.

Key words: oftware testing, regression testing, automation regression testing, Java

中图分类号: