计算机工程与应用 ›› 2007, Vol. 43 ›› Issue (9): 92-94.

• 产品、研发、测试 • 上一篇    下一篇

面向对象的白盒测试框架研究与实现

柳永坡 赵长海 蒋紫彬 金茂忠 宋华军   

  1. 北京航空航天大学软件所 北京航空航天大学软件工程研究所
  • 收稿日期:2006-07-18 修回日期:1900-01-01 出版日期:2007-03-21 发布日期:2007-03-21
  • 通讯作者: 柳永坡

Research and Implement of White-box testing Framework for object-oriented program

YongPo Liu   

  • Received:2006-07-18 Revised:1900-01-01 Online:2007-03-21 Published:2007-03-21
  • Contact: YongPo Liu

摘要: 本文针对面向对象软件测试的特点,在测试驱动程序的组织方面提出了MVC模式的测试驱动框架,并应用QtDesigner设计实现了一种白盒测试的驱动框架的实例,在GeoEast软件白盒测试项目应用中取得了较好的效果。

Abstract: After the feature of object-oriented software testing is discussed, this paper introduce a test-driver program method based on MVC.Morever,it implements a white-box testing framework used QtDesigner application program and commendably used to a large-scale software testing project ---- GeoEast .