software testing tool

JXUnit Claim

0 / 5

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:

  1. 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.
  2. 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.
  3. Finally, the tests are run.

Post New Review

Choose Page Layout
Header Position
Submenu Style