When the test list is specified in the JavaTest interview or through batch mode,
it is always being executed in alphabetical order (see the TestResultTable.getIterator(String[], TestFilter[] method for details). Please provide a way to preserve the test execution order defined by the give test list.
Sometime it can be useful for debugging purpose when a test failure depends on the test execution sequence.
it is always being executed in alphabetical order (see the TestResultTable.getIterator(String[], TestFilter[] method for details). Please provide a way to preserve the test execution order defined by the give test list.
Sometime it can be useful for debugging purpose when a test failure depends on the test execution sequence.