Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

condition is comparable to the operators in an if-statement. 

For all filters, which are not part of a Group, the condition is AND. In order to use other conditions, a group must be created. 

There are four available conditions for the filters in a group.

1.1 AND

This condition is equivalent to the "&&" operator in C# and JavaScript and the "AND" operator in SQL.

1.2 AND_NOT

This condition is equivalent to the "&& !(some test case)" operator in C# and JavaScript and the "AND NOT" operator in SQL.

1.3 OR

This condition is equivalent to the "||" operator in C# and JavaScript and the "OR" operator in SQL.

1.4 OR_NOT

This condition is equivalent to the "|| !(some test case)" operator in C# and JavaScript and the "OR NOT" operator in SQL.

Table of Contents:

  • No labels