softwaretesting during the development process of embeddedsoftware is not only complex, but also the heart of quality control. multi-core embedded software testing faces even more challenges. Major issues include: (...
详细信息
softwaretesting during the development process of embeddedsoftware is not only complex, but also the heart of quality control. multi-core embedded software testing faces even more challenges. Major issues include: (1) how demanding efforts and repetitive tedious actions can be reduced;(2) how resource restraints of embedded system platform such as temporal and memory capacity can be tackled;(3) how embeddedsoftware parallelism degree can be controlled to empower multi-core CPU computing capacity;(4) how analysis is exercised to ensure sufficient coverage test of embeddedsoftware;(5) how to do data synchronization to address issues such as race conditions in the interrupt driven multi-coreembedded system;(6) high level reliability testing to ensure customer satisfaction. To address these issues, this study develops an automatic testing environment for multi-coreembeddedsoftware (ATEMES). Based on the automatic mechanism, the system can parse source code, instrument source code, generate testing programs for test case and test driver, support generating primitive, structure and object types of test input data, multi-round cross-testing, and visualize testing results. To both reduce test engineer's burden and enhance his efficiency when embeddedsoftwaretesting is in process, this system developed automatic testing functions including unit testing, coverage testing, multi-core performance monitoring. Moreover, ATEMES can perform automatic multi-round cross-testing benchmark testing on multi-coreembedded platform for parallel programs adopting Intel TBB library to recommend optimized parallel parameters such as pipeline tokens. Using ATEMES on the ARM11 multi-core platform to conduct testing experiments, the results show that our constructed testing environment is effective, and can reduce burdens of test engineer, and can enhance efficiency of testing task. (C) 2011 Elsevier Inc. All rights reserved.
暂无评论