hi,
I want to generate a report where I can show the automation coverage i.e. how many tests are automated vs manual. My current solution is use Labels as I automate each test. I cannot use test type value because I want to preserve the manual test case steps.
Has anyone encountered this issue before?
thanks
Hi Amrith,
Currently, our reports only consider the Test Type to make the count. So if you're using manual tests instead of automated, the reports will not show the correct count since all will be considered Manual.
Best Regards,
Team Xray
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi how do I get the test count of only the manual tests ( test type is tagged manual)?do U have any API?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use JQL to solve this issue.
issuetype = Test AND project = TEST AND labels = Manual ORDER BY key ASC, labels DESC, created DESC
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.