3 test sets available
Each of these test sets has tests with various test types ( ex: A, B, cucumber)
I want to find all tests with test type = cucumber in those 3 sets in a single query
Hi @Joicy Joy
if you are using test management tools like Zephyr/X Ray, there you get the number of tests with Test Type = Cucumber inside a list of Test Sets in Jira,
issue type = Test AND "Test Type" = Cucumber AND issue in testSetTests(<testSetKey1>, <testSetKey2>, ...)
Replace <testSetKey1>, <testSetKey2>, ...
with the actual Test Set issue keys
Hope this helps
@Joicy Joy have you tried this or if this helped to you can you hit accept answer so that it will be helpful to other those who are looking for the same question
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.