• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2011, Vol. 33 ›› Issue (6): 79-83.doi: 10.3969/j.issn.1007130X.2011.

• 论文 • 上一篇    下一篇

软件自动化测试中热点路径的研究

牟永敏,姜宇,张志华   

  1. (北京信息科技大学计算机学院开放系统实验室,北京 100101)
  • 收稿日期:2010-07-26 修回日期:2010-10-18 出版日期:2011-06-25 发布日期:2011-06-25
  • 作者简介:牟永敏(1961),男,山东烟台人,博士,教授,研究方向为软件自动化测试技术和应用软件自动生成技术。姜宇(1984),男,山东郊县人,硕士生,研究方向为软件自动化测试。张志华(1971),女,黑龙江宝清人,硕士,讲师,研究方向为软件测试、面向对象分析与设计。
  • 基金资助:

    北京市属市管高等学校人才强教计划资助项目(PHR201007131);北京市教委科技计划资助项目(KM201010772014)

Research of the Hot Paths in Software Automation Testing

MU Yongmin,JIANG Yu,ZHANG Zhihua   

  1. (Open Computer System Laboratory,School of Computer Science,
    Beijing Information Science and Technology University,Beijing 100101,China)
  • Received:2010-07-26 Revised:2010-10-18 Online:2011-06-25 Published:2011-06-25

摘要:

在面向路径的软件测试中,对于大型系统将会产生海量的静态路径,测试人员很难对所有路径进行完全测试。本文提出热点路径的思想,运用该思想可以在繁多的静态路径中迅速找到容易引起程序缺陷的路径,通过热点函数树形化可以对热点进行快速定位显示,给软件测试人员带来更多的便捷,提高测试效率,降低测试成本。

关键词: 静态路径, 热点路径, 软件测试

Abstract:

In pathoriented software testing, large systems generate vast amounts of static paths so that it is difficult to test all the paths for testers. This paper proposes the idea of hot path, by using this idea, it can quickly find the paths which easily generate flaws in many static paths. The tree structure of Hot Function can quickly locate Hot Spots and show them. It can bring more convenience to software testers, to improve the testing efficiency and to reduce the cost of testing.

Key words: static path;hot path;software testing