Is there a way to add a test case twice or more in a test run?
I’m trying to solve a problem we have with setup time before we can test. I added a test suite that is really just tasks that need to be performed before we can begin testing. Some of these tasks have to be done multiple times.
The reason I setup this suite is to track the time is takes for these setup tasks. By adding this suite to our test plan and tracking each tasks time will can get a better estimate of how long our testing effort will take.
This might not be the intended use for TestRail but I think it could work.