作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2010, Vol. 36 ›› Issue (18): 46-48. doi: 10.3969/j.issn.1000-3428.2010.18.017

• 软件技术与数据库 • 上一篇    下一篇

嵌入式软件测试工具中间结构的设计与实现

李晓龙1,陆建华2,沈 雷1,罗 西1,严少清1   

  1. (1. 华东计算技术研究所,上海 200233;2. 上海科技管理干部学院,上海 201800)
  • 出版日期:2010-09-20 发布日期:2010-09-30
  • 作者简介:李晓龙(1985-),男,硕士研究生,主研方向:软件测试;陆建华,讲师、硕士;沈 雷、罗 西,硕士研究生;严少清,高级工程师

Design and Implementation of Meta-structure of Embedded Software Test Tool

LI Xiao-long1, LU Jian-hua2, SHEN Lei1, LUO Xi1, YAN Shao-qing1   

  1. (1. East-China Institute of Computer Technology, Shanghai 200233, China;2. Shanghai Institute of Science & Technology Management, Shanghai 201800, China)
  • Online:2010-09-20 Published:2010-09-30

摘要: 实现一种实时嵌入式软件测试工具的中间结构,描述中间结构的生成、存储、转换过程,给出生成类继承图、生成控制流图的实现代码。设计一个针对C/C++的解析器,对源码进行预处理,以实现由源码生成中间结构,并利用XSLT技术实现中间结构为后端应用提供的接口。

关键词: 嵌入式软件测试, 中间结构, XSLT技术

Abstract: This paper designs and implements meta-structure of real-time embedded software test tool, describes the generation, storage and transformation process, and presents the codes of inheritance graph of class and control flow graph. By analyzing the software and technologies it used, this paper designs a parser for C/C++ to implement the transformation from source code to meta-structure. It implements the interface to get data from meta-structure by using XSLT.

Key words: embedded software test, meta-structure, XSLT

中图分类号: