What are the ways of changing the order of Test Cases inside a Test Suite?
We have a Test Suite with around 500 Test Cases.
When we now add a new test case (due to introduction of new requirement) and save the Test Suite,
the Test Case always gets added to end as the last Test Case in the sequence.
What are the ways of moving the test case and bringing it to the correct order.
Right now we see the up/down arrows against the Test Case, however this is extremely inconvenient if there are close to 500 Test Cases in the Suite and the test case has to be the 10th in the Test Suite. (you have to click 490 times)