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)
|
Accepted answer
![]() Unfortunately, the up/down arrows are the only way to change the order of the test cases in the test suite in the web UI. Please open an enhancement request to better handle test suites with large amounts of test cases. Thanks.
Abhishek Biswas selected this answer as the correct answer
|