nishay_patel
11 years agoOccasional Contributor
Modal User Forms to be on top of other windows.
I am running a test that has a modal form in it that pops up halfway through the test. I am running it via TestExecute. The problem is that whenever the modal form does show, it is never on top, alw...
- 4 years ago
Hi ppad ,
there are some JQL functions that you can use.
In your case it would be "issue not in hasTestCoverage()" in a JQL query. Have a look at the docs.
https://support.smartbear.com/zephyr-scale-server/docs/jql-functions.html
But you can also use the traceability reports (even the simple Coverage Report in your case or any of the others). If you filter them by "Issue" using a Jira filter, it will show you the issues (included in that filter) that do not have test cases as well.
Cheers
Josh