Best way to track defects from Automation testing and Manual testing separately in JIRA?
-
I am looking for best way to keep track of defects identified in automation testing and manual testing in JIRA. I would like to use this metrics to analyse the behavior of functional and regression automation scripts. Please share your thoughts.
Thanks
-
The quickest way to do this would be to use tagging of the defects. You can then create a filter and/or a dashboard element to monitor that filter.
Here is an article on using tags in JIRA -
https://confluence.atlassian.com/doc/add-remove-and-search-for-labels-136419.html
-
In my team we track tickets deviation by using two things:
Jira filters subscription for cases where we need plain(to one person/lead/manager) notification, but without fields analysis
https://confluence.atlassian.com/jira064/receiving-search-results-via-email-720416706.html?_ga=2.134616433.1430628443.1592459825-259335427.1591590509
https://confluence.atlassian.com/jira064/receiving-search-results-via-email-720416706.html?_ga=2.134616433.1430628443.1592459825-259335427.1591590509https://github.com/dgroup/lazylead for cases where we need automatically check ticket fields, comments, links and alert corresponding person, assignee or reporter. Please note that i'm author of https://github.com/dgroup/lazylead app.