On Tuesday, January 28, 2003, 11:04:03 AM, Warren wrote: > My suggestion is to have the test cases execute in the order they are > encountered, but add a 'randomize' capability that can be specified from the > command line to run the test cases in random order. I can see no benefit in > having the test cases execute in alphabetical order, but if there is a > benefit, that too could be a command line option. Just a thought. JUnit allows specification of test order. Does Test::Unit allow this? Not a bad idea... Gavin