http://www.perlmonks.org?node_id=361868


in reply to Re: Organising Large Test Suites
in thread Organising Large Test Suites

Personally, I would have a way of uniquely identifying each test in your test suite.
I think it's better to assign the unique id to the bug/test-case because they tend to be more stable than the test suite (especially when you start refactoring).