Search for Xray Tests that are belonging only to some test sets in a test execution

Lianne Martin June 22, 2021

I am trying to see the status of test runs for a subset of a test execution.  

For example, I have test execution E-1234, and I want to see a status of total Test cases, passed, failed, blocked etc for only the tests that belong to these test sets: E-abcd, E-efgh, E-ijkl and I don't care about the tests belonging to any other test set.

I have labelled these test sets with a unique label if that helps.  

I can't figure out how to do this from Xray reports, JQL searches, or anything.  

Is it possible?  

1 answer

0 votes
Rogério Paiva - Xray Xporter
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 28, 2021

Hi @Lianne Martin 

It should be possible combining Xray JQL functions: testSetTests and testExecutionTests.

Please the examples found in the documentation: https://docs.getxray.app/display/XRAY/Enhanced+querying+with+JQL

Thank you.

Kind regards,
Rogério Paiva [Xray Support Team]

Suggest an answer

Log in or Sign up to answer