I'm using FoneMonkey for automation, which utilizes OCUnit (SenTestingKit) for programmatically writing test cases. Does anyone know if there's a way to define the order in which test scripts are run? And within each script, is there a way to determine when the test cases are run as well?
Asked
Active
Viewed 973 times
1 Answers
6
It should be in alphabetical order of test suites, then within each suite, alphabetical order of test cases.

Apophenia Overload
- 2,485
- 3
- 28
- 46