DESIGN AND IMPLEMENTATION OF AN OO SOFTWARE AUTOMATIC TESTING FRAMEWORK

Jiang Man,Wang Tianqing,Pan Jingui
DOI: https://doi.org/10.3969/j.issn.1000-386X.2007.03.024
2007-01-01
Abstract:This paper introduces a framework named Test Case Driven Object-oriented Software Automatic Testing Framework(TCDA for short).This framework uses UML as the formal analysis and design specification.In TCDA framework,test cases are automatically generated from UML architecture views and saved in XML format.Based on concrete program language,test cases will be translated into test scripts,which consist of a series of source code file.During test execution,test scripts will be compiled at first and linked into executable files.Then these executable files will be executed.A prototype system using Java has been developed to support the above framework.This system contains test configure module,test case generation module,test script generation module,test execution module and result analysis module.
What problem does this paper attempt to address?