Context-Aware Systems and Applications. Second International Conference, ICCASA 2013, Phu Quoc Island, Vietnam, November 25-26, 2013, Revised Selected Papers

Research Article

An Efficient Method for Automated Control Flow Testing of Programs

Download
444 downloads
  • @INPROCEEDINGS{10.1007/978-3-319-05939-6_14,
        author={Quang-Trung Nguyen and Pham Ngoc-Hung},
        title={An Efficient Method for Automated Control Flow Testing of Programs},
        proceedings={Context-Aware Systems and Applications. Second International Conference, ICCASA 2013, Phu Quoc Island, Vietnam, November 25-26, 2013, Revised Selected Papers},
        proceedings_a={ICCASA},
        year={2014},
        month={6},
        keywords={},
        doi={10.1007/978-3-319-05939-6_14}
    }
    
  • Quang-Trung Nguyen
    Pham Ngoc-Hung
    Year: 2014
    An Efficient Method for Automated Control Flow Testing of Programs
    ICCASA
    Springer
    DOI: 10.1007/978-3-319-05939-6_14
Quang-Trung Nguyen1,*, Pham Ngoc-Hung1,*
  • 1: VNU University of Engineering and Technology
*Contact email: trungnq.mi11@vnu.edu.vn, hungpn@vnu.edu.vn

Abstract

This paper presents a method for automated control flow testing of unit programs. The key idea of this method is to combine the black-box and white-box techniques in order to minimize the complexity of white-box testing. Instead of performing black-box and white-box separately, the proposed method uses the test inputs that are generated by black-box to reduce searching space of white-box testing. The method then continually eliminates arcs in remaining space to find non-duplicated test paths. Therefore, the proposed method is able to operate white-box testing with less effort than the current method.