Open Systems Laboratory at Illinois

Automated systematic testing of open distributed programs

By Koushik Sen and Gul Agha. In FASE, volume 3922 of Lecture Notes in Computer Science, 339–356. Springer, 2006.

Full Text:
Download PDF
Publisher Link:
http://dx.doi.org/10.1007/11693017_25

Abstract

We present an algorithm for automatic testing of distributed programs, such as Unix processes with inter-process communication, Web services, etc. Specifically, we assume that a program consists of a number of asynchronously executing concurrent processes or actors which may take data inputs and communicate using asynchronous messages. Because of the large numbers of possible data inputs as well as the asynchrony in the execution and communication, distributed programs exhibit very large numbers of potential behaviors. Our goal is two fold: to execute all reachable statements of a program, and to detect deadlock states. Specifically, our algorithm uses simultaneous concrete and symbolic execution, or concolic execution, to explore all distinct behaviors that may result from a program’s execution given different data inputs and schedules. The key idea is as follows. We use the symbolic execution to generate data inputs that may lead to alternate behaviors. At the same time, we use the concrete execution to determine, at runtime, the partial order of events in the program’s execution. This enables us to improve the efficiency of our algorithm by avoiding many tests which would result in equivalent behaviors. We describe our experience with a prototype tool that we have developed as a part of our Java program testing tool jCUTE.

BibTeX

@inproceedings{conf/fase/SenA06,
    author = "Sen, Koushik and Agha, Gul",
    editor = "Baresi, Luciano and Heckel, Reiko",
    title = "Automated Systematic Testing of Open Distributed
             Programs",
    booktitle = "FASE",
    crossref = "conf/fase/2006",
    ee = "http://dx.doi.org/10.1007/11693017_25",
    keywords = "formal methods, software engineering",
    pages = "339-356",
    year = "2006",
}

@proceedings{conf/fase/2006,
    editor = "Baresi, Luciano and Heckel, Reiko",
    title = "Fundamental Approaches to Software Engineering, 9th
             International Conference, FASE 2006, Held as Part of the Joint
             European Conferences on Theory and Practice of Software, ETAPS
             2006, Vienna, Austria, March 27-28, 2006, Proceedings",
    isbn = "3-540-33093-3",
    publisher = "Springer",
    series = "Lecture Notes in Computer Science",
    volume = "3922",
    year = "2006",
}