Skip to content

Tag: <conditions> - Group of Test Conditions

Definition

The <conditions> tag is used to hold any number of 'test' tags. The <conditions> tag sits under the <command> tag and only if ALL the test tags return true will the condition be met and the command then executed. If ALL the tests do not return true then the command is skipped.

Example

Here's an example of how the <conditions> tag is used:

1
2
3
4
5
<command>...
   <conditions>
      <testEq name='accesstoken' value='readwrite'/>
   </conditions>
</command>

If a command is skipped because a set of test conditions are not met the following will be seen in the log::

Todo

Log extract of a skipped command being skipped.

Parent Tags

Child Tags