Hi,
I am using the TestFilter with a composite test set up. However, the results are not what I am expecting. I believe it is something to do with my use of brackets and the AND and OR operator order.
I can't get the following composite test to work:
(1 OR 2 OR 3) AND (4 OR 5 OR 6)
Can anyone explain the order of precedence for OR and AND in the TestFilter composite test and whether the brackets are even recognised?
Thanks