This sounds cool. I notice dependencies aren't handled yet, but I don't need full-blown dependencies. In my case, and I suspect this is fairly normal, I have: 1) certain tests in my suite which have to be executed in a certain order, and 2) certain tests which don't care which order they are run in or when
I could easily parallelize the second group of tests, but not the first group. And in the first group, I have subgroups of use cases which could be run in parallel. Any increase in testing speed would be appreciated, especially the week before a release :) --andrew _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

