When adding a lot of test cases and test runs, eventually two issues will start to creep in.
- Database fetch is getting all of them in one go. That'll be slow at some point.
- It's likely really annoying to scroll all the way to the end to find that recently created test case or test runs.
Recommendation,
Pagination + Adding search on the test cases page.
Default sort should be latest created test case or test run.