Sciweavers

ASWEC
2005
IEEE

A UML Approach to the Generation of Test Sequences for Java-Based Concurrent Systems

13 years 10 months ago
A UML Approach to the Generation of Test Sequences for Java-Based Concurrent Systems
Starting with a UML specification that captures the underlying functionality of some given Java-based concurrent system, we describe a systematic way to construct, from this specification, test sequences for validating an implementation of the system. The approach is to first extend the specification to create UML state machines that directly address those aspects of the system we wish to test. To be specific, the extended UML state machines can capture state information about the number of waiting threads or the number of threads blocked on a given object. Using the SAL model checker we can generate from the extended UML state machines sequences that cover all the various possibilities of events and states. These sequences can then be directly transformed into test sequences suitable for input into a testing tool such as ConAn. As an illustration, the methodology is applied to generate sequences for testing a Java implementation of the producerconsumer system.
Soon-Kyeong Kim, Luke Wildman, Roger Duke
Added 24 Jun 2010
Updated 24 Jun 2010
Type Conference
Year 2005
Where ASWEC
Authors Soon-Kyeong Kim, Luke Wildman, Roger Duke
Comments (0)