UML-Based Approach to Generate Polymorphic Testing Sequence and its Implementation

  • Authors:
  • Yi Zeng;Lian-Ping Chen;Yan-Xin Chai;Xin Zhou

  • Affiliations:
  • -;-;-;-

  • Venue:
  • WCSE '09 Proceedings of the 2009 WRI World Congress on Software Engineering - Volume 04
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

Polymorphism is one of the three most important characters of object-oriented technology. Not only it enhances the flexibility of programming and reused of codes, but also it brings new challenge for the software testing. After analyzing the software UML model document, we represent it in XML form. And then, under the guidance of Control-Flow Graph, weintegrated class diagram’s information with collaboration diagram, extended traditional Interprocedural Restricted Control-Flow Graph(IRCFG) with polymorphic information and class diagram information. Also the approach to general testing sequence is given in this paper. Finally we designed an architecture of software testing and used Java API to implement some modules.