We need a way to filter Test Cases that have not been executed jet
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We need a way to filter Test Cases that have not been executed jet
We need a way to filter Test Cases that have not been executed jet. Filter in Test Cases Panel seems not to support this. How can we get the list of Test Cases that have not been run jet? In combination with the Folder of the Test Case?
Is there any possibility to do it with a Jira JQL query?
I found this by searching:
project = XXX AND issuetype = Test AND issue in testsWithoutExecution()
but his gives me the error:
Unable to find JQL function 'testsWithoutExecution()'.
So how to solve this requirement by our test manger?
Thanks, Max
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As you've discovered you can't filter by Execution in the Test Case screen. You can however Sort on the Execution Result (the coloured buttons: Grey = Not Executed), if you prefer to do that from the Test Cases screen.
You could also run a Report like Test Execution Results (List), and use the Custom Query filter - go to the Execution Results area, choose Result In "Not Executed".
Need more help? Feel free to connect with me on LinkedIn: https://www.linkedin.com/in/andrew-barbet-548a234/
