SDT: A Scenario Specification-Oriented Runtime Testing Tool

Bin LEI,Lin-Zhang WANG,Xuan-Dong LI,Guo-Liang ZHENG
DOI: https://doi.org/10.3969/j.issn.1002-137X.2006.01.042
2006-01-01
Computer Science
Abstract:Utilization of design model to improve testing automation is an important subject in software testing re- search.UML Sequence Diagram is widely used for specifying software scenario.In this paper,we develope a scenario specification-oriented runtime testing method,and built a prototype tool SDT.It can parse the sequence diagram infor- mation from Rational Rose specification file and generate directed acyclic graph (DAG) which stands for expected be- havior property,and interpolate java code implementation of the design model,then use random test cases to run the code,and generate runtime execution trace (RET) from trace file,at last compare DAG with RET to verify the con- formance between design and implementation.
What problem does this paper attempt to address?