Coverage-Based Testing on Embedded Systems

  • Authors:
  • X. Wu;J. Jenny Li;D. Weiss;Y. Lee

  • Affiliations:
  • Arizona State University;Avaya Labs Research, 233 Mt. Airy Rd., Basking Ridge, NJ;Avaya Labs Research, 233 Mt. Airy Rd., Basking Ridge, NJ;Arizona State University

  • Venue:
  • AST '07 Proceedings of the Second International Workshop on Automation of Software Test
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

One major issue of code coverage testing is the overhead imposed by program instrumentation, which inserts probes into the program to monitor its execution. In real-time systems, the overhead may alter the program execution behavior or impact its performance due to its strict requirement on timing. Coverage testing is even harder on embedded systems because of their critical and limited memory and CPU resources. This paper describes a case study of a coverage-based testing method for embedded system software focusing on minimizing instrumentation overhead. We ported a code coverage-based test tool to an in-house embedded system, IP phone. In our initial experiments, we found that this tool didn't affect the behavior of the program under test.