Unplanned
Last Updated: 21 Apr 2014 19:38 by Shane
ADMIN
Velin Koychev
Created on: 01 Aug 2013 06:51
Type: Feature Request
14
Apply multiple "OR" rules in dynamic lists
It is currently not possible to set “OR” rules in dynamic test lists. 
For instance if we have lots of folders with tests and we want to create a list with tests from the folders “Pages” and “News”, currently test studio applies “AND” rule and searches for a path name containing both words.
1 comment
Shane
Posted on: 09 Oct 2013 12:48
Also grouping via open/close brackets would be great:

What we would like to do is if we have 4 tests e.g. Test1, Test2, Test3, WebTest3 - we would like to create a dynamic test lists which would look something like this:

(NAME CONTAINS "1")
    OR
((NAME CONTAINS "3") AND (NAME NOT CONTAINS "WebTest"))

This would pull through Test1 and Test3 only out of the 4 tests