Description
Data-Centric Testing: Advantage of Separating Test Data from Test Code
JXUnit is a directory-driven test scripting system which builds on JUnit. The operation of JXUnit has three phases:
- Search the current directory, and all subordinate directories, for test.jxu files. Each test.jxu file describes the steps needed to perform one kind of test.
- Check for a test.jxuc file in the same directory where each test.jxu file was found. If present, the test.jxuc file identifies the directory tree and file filters for the test data to be used.
- Finally, the tests are run.
Details
- Listing categories Unit test
- Licence Open Source
- Status Inactive
- Supported Technology Java
- User Interface Command line
Contact
- Website http://jxunit.sourceforge.net
Post New Review
You must be logged in to post a comment.