...
Keyword | Function |
---|---|
AND, OR, NOT, () | Boolean operators. Example: key ~ ‘FN%’ AND NOT @Property = ‘Functional’ |
= '...' == '...' | Strict equality. |
~ '...%...' | Soft equality. Use % in the string as a wildcard. |
@... | Reference to a property of the requirement (if you've defined requirements in columns). |
IS NOT NULL | Can be used for the field 'baseline' |
...