How can if filter for different words in title. E. g. I wan to filter for the all test cases with “O2C” in title and with “NC” in title.
So you want to have all TCs in the test plan that have “O2C” or “NC” in the title?
You can just add 2 filter queries to the test plan, one filtering for “O2C” and one for “NC” - the union of the TCs found by both queries will be in the test plan.
Best regards,
Alex
Hi Testiny team,
We’re facing a similar issue need to help
Currently, we often need to filter test cases by Region, but we’ve found that it’s not possible to apply multiple conditions on the same field
(like image in TestRail).
Here’s an example of our use case:
-
We want to filter test cases only for Japan (JP).
-
One of our test cases has
Region = TW, BR, KR, JP, HK, US, TH. -
Step 1: We first filter by “Region contains JP” — this correctly shows all cases that include JP.
-
Step 2: From this filtered list, we want to further exclude cases that also include other regions (for example, TW or TH).
However, Testiny’s current filtering UI only allows one condition per field
In TestRail, this is possible by adding multiple filters on the same field, as shown in the attached examples.
Could you please confirm if this limitation has been addressed, or if there’s any planned update to allow multiple filter conditions for the same field?
Thank you!
You are right, there’s currently no functionality in the Testiny UI to add 2 conditions on a single column/test case field.
However, if your Region is a multi-select custom field, we could provide an “exact match” operator. In the filter, you could then select exactly the regions the test cases must have.
Would that help?
Best regards,
Alex
Hi Alex_Hoisl By “exact match,” do you mean the same as the “equals” operator? If so, that wouldn’t meet our current needs — because it would only filter cases that exactly match “JP.” What we actually need is to include cases that contain JP, but exclude TW and TH. For example: Case 1: JP, TW, TH, BR Case 2: JP, HK, BR In this case, only Case 2 should be returned. Thanks for your clarification!
– Alex_LinRight, with an "exact match" operator, you could filter for test cases having exactly these regions selected. It would only work for "multi-select" custom fields, though, not for fields of type "Text".
– Alex_HoislMay I ask if supporting multiple conditions on the same text field (e.g., include JP, exclude TW/TH) is planned for future improvement? This capability is important for our filtering needs.
– Alex_LinConditions on the same field are not on the roadmap for now. You can make this a feature request if you need it. It's definitely not as straight forward as the "exact match" for multi-select custom fields.
– Alex_HoislWith Testiny v1.31.0 we introduced an “includes exactly” operator for multi-select custom field values which should help in this situation.
Best regards,
Alex



Hi Alex, I had the same idea, but apparently I am not using the right syntax. What I have to enter exactly, that "O2C" and "NC" is working? There is no option to use "Title" a second time in the query. Best regards, Jens
– Jens_MessingerI'm not sure I understand your request correctly: if you want to have all TCs that have "O2C" or "NC" in their title, you need to create two conditions each checking one of these strings. Only querying TCs that have both strings in the title is currently not possible, unfortunately.
– Alex_HoislExactly, I tried to querying all TCs that either "O2C" in the title or that have "NC" in the title but in one single query :-)
– Jens_Messinger"Either" works, but only with two queries, sorry :-)
– Alex_Hoisl