I've been playing with TestLink 1.7 to try and get a feel of what it offers and have a question about reporting.
If I understand the structure correctly it's along the lines of
testproject
-->testplan
-->testsuite
-->testcase
The reporting facility only seems to provide stats on a per-plan basis. Does anyone know if it's possible to get reports on a per-project basis?
If I'm using the hierarchy correctly I'm assuming that I can have (say) 3 software deliveries within the scope of a project. I'm labelling those 3 deliveries as Drop 1, Drop 2, and Drop 3. (The usage of testsuite and testcase below that is quite straight forward)
So while I can generate reports for Drops 1-3 individually, there's no facility to show an overall report for the project. I can of course just have one testplan within my project and report on that but then I wondered whether there's a more elegant way to solve this shortfall.