I used the latest version of KIF framework and create several testing cases (subclass of KIFTestCase).
May I know is there any way to change the order of the sequences of testing runs?
for examples I have testA.m testB.m testC.m ... how to make the sequence such as testB.m testC.m testA.m when I hit a cmd+U for testing?
This is not possible in KIF currently, as far as I know.
Technically it is alphanumeric rather than alphabetical ordering, which points to a useful work-around. A work-around is to use alphabetical prefixes to test names that group them logically, by incrementing a count to the A, B, C. This eliminates most of the disadvantages of the alphabetical system as you can separate out groups of tests that need to be together, and can re-order those tests or add additional tests in each of those series without having to rename every test in your KIF test class.
It's ordered alphabetically, example: