›› 2013, Vol. 26 ›› Issue (8): 185-.

• 论文 • 上一篇    下一篇

测试驱动的嵌入式开发与实践

齐山松,姬进   

  1. (中国航工业西安航空计算技术研究所 第8研究室,陕西 西安 710068)
  • 出版日期:2013-08-15 发布日期:2013-09-25
  • 作者简介:齐山松(1955—),男,工程师。研究方向:机载嵌入式软件技术。E-mail:qss1955@126.com。姬进(1986—),男,硕士研究生,助理工程师。研究方向:航空机载计算机。

Test Driving Development in the Embedded System

QI Shansong,JI Jin   

  1. (Eighth Research Institute,Xi'an Aero Computing Technology,AVIC,Xi'an 710068,China)
  • Online:2013-08-15 Published:2013-09-25

摘要:

测试驱动开发是与传统程序开发方式相反的一种新型程序设计方法。它以测试编码来推动程序设计,大幅缩减了设计和编码的冗余度,比传统测试方法增加了可用性、延伸性以及可维护性。文中针对嵌入式开发系统的特点,通过对测试驱动开发机制的深入探讨,总结出了嵌入式系统测试驱动开发的策略。

关键词: 测试驱动开发, 嵌入式开发, 单元测试, 敏捷开发

Abstract:

Test driven development (TDD) is a new method in contrast to the traditional development mode of program design methods.The program design is driven by code testing,thus greatly reducing the design and coding redundancy.It has better availability,extensibility and maintainability than the traditional test methods.The test driven development mechanism is discussed in depth,and the strategies of the embedded system test driven development are summarized.

Key words: TDD;embedded development;unit test;agile software development

中图分类号: 

  • TP311.52