You are required to read and agree to the below before accessing a full-text version of an article in the IDE article repository.
The full-text document you are about to access is subject to national and international copyright laws. In most cases (but not necessarily all) the consequence is that personal use is allowed given that the copyright owner is duly acknowledged and respected. All other use (typically) require an explicit permission (often in writing) by the copyright owner.
For the reports in this repository we specifically note that
- the use of articles under IEEE copyright is governed by the IEEE copyright policy (available at http://www.ieee.org/web/publications/rights/copyrightpolicy.html)
- the use of articles under ACM copyright is governed by the ACM copyright policy (available at http://www.acm.org/pubs/copyright_policy/)
- technical reports and other articles issued by M‰lardalen University is free for personal use. For other use, the explicit consent of the authors is required
- in other cases, please contact the copyright owner for detailed information
By accepting I agree to acknowledge and respect the rights of the copyright owner of the document I am about to access.
If you are in doubt, feel free to contact webmaster@ide.mdh.se
Generating Trace-Sets for Model-based Testing
Publication Type:
Conference/Workshop Paper
Venue:
Proceedings of the 18th IEEE International Symposium on Software Reliability
Publisher:
IEEE Computer Society
Abstract
Model-checkers are powerful tools that can find individual
traces through models to satisfy desired properties.
These traces provide solutions to a number of
problems. Instead of individual traces, software testing
needs sets of traces that satisfy coverage criteria.
Finding a trace set in a large model is difficult because
model checkers generate single traces and use a
lot of memory. Space and time requirements of modelchecking
algorithms grow exponentially with respect to
the number of variables and parallel automata of the
model being analyzed.
We present a method that generates a set of traces by
iteratively invoking a model checker. The method mitigates
the memory consumption problem by dynamically
building partitions along the traces. This method was
applied to a testability case study, and it generated the
complete trace set, while ordinary model-checking could
only generate 26%.
Bibtex
@inproceedings{Lindstrom1125,
author = {Birgitta Lindstr{\"o}m and Paul Pettersson and Jeff Offutt},
title = {Generating Trace-Sets for Model-based Testing},
pages = {171--180},
month = {November},
year = {2007},
booktitle = {Proceedings of the 18th IEEE International Symposium on Software Reliability},
publisher = {IEEE Computer Society},
url = {http://www.es.mdu.se/publications/1125-}
}