A XML script-based testing tool for embedded softwares

  • Authors:
  • Jongbae Moon;Donggyu Kwak;Yongyun Cho;Sangjoon Park;Jongchan Lee

  • Affiliations:
  • Korea Institute of Science and Technology Information, Daejeon, Korea;School of Computing, Soongsil University, Seoul, Korea;School of Computing, Soongsil University, Seoul, Korea;Department of Computer Information Science, Kunsan National University, Jeollabuk-do, Korea;Department of Computer Information Science, Kunsan National University, Jeollabuk-do, Korea

  • Venue:
  • ICCSA'07 Proceedings of the 2007 international conference on Computational science and Its applications - Volume Part II
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

Because embedded systems commonly have slow processor and small memory, embedded software must be more efficient and compact against the poor resource. In this paper, we suggest a tool to easily test embedded program's performance and intuitively report the results with graphical views. The suggested tool is pure software without any additional hardware to test embedded software's performance, so developers can save development cost and time. To improve the usability and the reusability for test scripts and testing results, we design XML-based DTDs for those. Through the graphical views, developers can intuitively analyze software's test results and easily understand the meaning of the results. Developers can easily revise the test scripts to try to various testing their embedded softwares. We hope that the suggested tool will be useful for embedded-related software development. The test suite generator offers a test script wizard for users to easily make a test driver. The report generator converts a string-type result to an XML-based class instance in order to raise reusability for the result.