Ordering Automated Test Cases
Hi, I have automated tests for my C++ Repl class. Initial tests check basic functionality and later tests check more advanced code functionality. However, when I create the test cases the advanced tests appear in the list earlier and are tested before the basic ones. Does anyone know how one can order the automated tests? They don't appear to be sorted alphabetical or in the order they are created. Thanks!
Same here, I have the same problem where the tests are re-ordered every few loads of the page.