|
|
Resource Guide -> Test Suites, Java -> JXUnit
JXUnit
Date: Apr. 18, 2001 The XML-based approach separates test data from test code. The Java XML Unit (JXU) XML-based markup language is used to write test scripts (descriptions of the series of steps to be performed in testing). JXU test scripts are converted into a collection of objects, and the relationship between the objects and the markup language is described in a Quick Java Markup Language (QJML) document. The Quick utility is used to convert QJML files into a useable form for running tests. Because of the separation of test data and test code, the same test may be run with multiple data files. JXUnit requires Quick, JUnit and the Jakarta Project's Regexp open source regular expression package. JXUnit is distributed under a modified Berkely Software/Standard Distribution (BSD) license. |
|
|
|
|
|
|