JavaTest:A Unit Testing Tool for Java

碩士 === 國立中正大學 === 資訊工程研究所 === 91 === Software testing plays an essential role in the development of software systems, and unit testing is the most fundamental part of software testing. In this thesis, a testing tool JavaTest is developed to facilitate the unit testing on Java. This tool can aid to...

Full description

Bibliographic Details
Main Authors: wang Chun-Hung, 王鈞鴻
Other Authors: 林迺衛
Format: Others
Language:zh-TW
Published: 2003
Online Access:http://ndltd.ncl.edu.tw/handle/68365186045264881929
Description
Summary:碩士 === 國立中正大學 === 資訊工程研究所 === 91 === Software testing plays an essential role in the development of software systems, and unit testing is the most fundamental part of software testing. In this thesis, a testing tool JavaTest is developed to facilitate the unit testing on Java. This tool can aid to speed up software development and elevate software quality. This thesis will describe the development process of this tool and demonstrate its practical uses. This tool has the following salient features: (1) The tool provides an integration environment with graphic user interfaces. (2) A test case is specified using a set of testing data and expected results. (3) A test suite can be easily constructed from a set of test cases or test suites. (4) Test drivers are automatically generated from test cases or test suites. (5) The execution and validation of unit tests is automatically performed. (6) Test results are automatically recorded for future inspection and diagnosis.