|
计算机科学 2006
SDT: A Scenario Specification-Oriented Runtime Testing Tool
|
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.