Forum Discussion
Unfortunately at this time Cloud users do not have access to Library reports like this. I have discussed this gap with Smartbear and believe they are considering.
If you're looking for a Scale report solution there isn't a lot of options because most reports are execution based, but the Traceability reports are not dependent on executions and will at least return a list of test cases. So you could potentially create your reports for each scenario you want to track, then save and re-run those to see a list of test cases that falls into each criteria, e.g. Test Cases in folder X with no labels; Test Cases in folder X with no label MANUAL_TESTING, etc.
For reports that you want to keep and re-run or circulate, I follow this method:
- Create the report
- Copy & Paste the URL into a text editor (Notepad, Email, Word, etc.)
- Find this text in the URL "epicJQL=&title=Traceability%20Report&" and replace the default report name with one of your choice, e.g. "epicJQL=&title=Test Cases in folder X missing a label&". Note: you don't have to add %20 to represent a spacebar characters.
- Copy the amended URL back into your browser and hit return/enter and check that your report title has been updated
- Save your URL as a Favourite and/or circulate to your team/stakeholders
- You can add your reports into your browser's start feature so they load automatically - I find this useful for catching errors
The other alternative open to you is to use the API, or export your test case data to Excel.
Hope this helps.