We are using QMetry plugin,
In Filters i can search based on either Test cases or Test Run but i want to see the test cases level which are passed, failed, blocked as i don't see the field 'Execution Result' .
Please suggest if anyway i can the total test cases status added to Project
Hello Santhosh,
From your question, it looks like you are using Jira Server hosting with QMetry for Jira add-on with 3.x interface.
Test Run report: You can generate a Test Run report which will provide you with the execution results of all the Test Cases that are provided in the selected Test Run. Here is the help guide for the same.
JQL: You can use QMetry JQL while using Jira search which will provide you Test Cases with specific execution results. Here is the help guide for JQL.
If you have any follow-up questions or any other queries related to QMetry, the best way to reach out to the QMetry Support team is through this link.
Regards,
Sahashraanshu
Thanks Sahashraanshu
In Jira Filters, I could able to use the QMetry functions to retrieve the list of test cases based on functions but In the columns list i am not able to see the 'Execution Result' to identify which test cases are passed,failed... etc.. Is some way i can get the QMetry execution result field in Jira Filters
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Santhosh,
You cannot obtain the QMetry execution filters on the Jira search since Jira only provides the Jira fields filters on the Jira search. QMetry Test Run execution status lies outside the scope of Jira search filters.
However, you can directly provide the required execution result within the JQL functions to fetch the Test Cases with the respective execution results. For e.g:
issuekey in getTestCasesHavingExecutionResultLike("Pass,Fail")
This JQL would fetch you all the Test Cases with the 'Pass' and 'Fail' execution status.
Regards,
Sahashraanshu
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.