Hi, While the order of the tests are not specified within a single test class, you can have multiple tests classes in a test suite and run those. I think that does what you are asking. [1] It’s also possible with ant. [2] It may be that Mocks (e.g. [3]) would also help you.
Thanks, Justin 1. https://cwiki.apache.org/confluence/display/FLEX/FlexUnit+TestSuite <https://cwiki.apache.org/confluence/display/FLEX/FlexUnit+TestSuite> 2. https://cwiki.apache.org/confluence/display/FLEX/FlexUnit+Ant+Task <https://cwiki.apache.org/confluence/display/FLEX/FlexUnit+Ant+Task> 3. https://github.com/drewbourne/mockolate
