Test Case Generation for Object-Oriented Imperative Languages in CLP

Computer Science – Programming Languages

Scientific paper

Rate now

  [ 0.00 ] – not rated yet Voters 0   Comments 0

Details

Scientific paper

10.1017/S1471068410000347

Testing is a vital part of the software development process. Test Case Generation (TCG) is the process of automatically generating a collection of test cases which are applied to a system under test. White-box TCG is usually performed by means of symbolic execution, i.e., instead of executing the program on normal values (e.g., numbers), the program is executed on symbolic values representing arbitrary values. When dealing with an object-oriented (OO) imperative language, symbolic execution becomes challenging as, among other things, it must be able to backtrack, complex heap-allocated data structures should be created during the TCG process and features like inheritance, virtual invocations and exceptions have to be taken into account. Due to its inherent symbolic execution mechanism, we pursue in this paper that Constraint Logic Programming (CLP) has a promising unexploited application field in TCG. We will support our claim by developing a fully CLP-based framework to TCG of an OO imperative language, and by assessing it on a corresponding implementation on a set of challenging Java programs. A unique characteristic of our approach is that it handles all language features using only CLP and without the need of developing specific constraint operators (e.g., to model the heap).

No associations

LandOfFree

Say what you really think

Search LandOfFree.com for scientists and scientific papers. Rate them and share your experience with other people.

Rating

Test Case Generation for Object-Oriented Imperative Languages in CLP does not yet have a rating. At this time, there are no reviews or comments for this scientific paper.

If you have personal experience with Test Case Generation for Object-Oriented Imperative Languages in CLP, we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and Test Case Generation for Object-Oriented Imperative Languages in CLP will most certainly appreciate the feedback.

Rate now

     

Profile ID: LFWR-SCP-O-451247

  Search
All data on this website is collected from public sources. Our data reflects the most accurate information available at the time of publication.