[Filters] Add 'AND' logic for filtering paramters in Test runs.
Manjunatha Reddy
Currently, when filtering test cases for specific parameter values, an 'OR' logic is employed.
Meaning, if three different param values are selected, it should fitler for all test cases that have ANY of these values.
In some situations, for a more focused filteration, an 'AND' logic where filtering for cases that contain ALL of the params would be more helpful.