How to filter title with multiple conditions

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