I have few test suite's/stories in my testing framework.
I would like to set priority to test suites and also test cases inside them.
For example test that deletes all the profiles inside the application, should be executed before the test that inserts profiles. Also test suite that inserts all the profiles to application should be executed before suite that does some operations on them etc.
How do i do it?
You can set priority in this way