Assert Is
Asserts that the value of the element identified by a given expression is of a specific type.
Parameters
Name | Type | Required? | Description | Default value |
---|---|---|---|---|
Expression | Expression | Yes | Path to the element whose type is to be examined; for example, payload.productId . |
|
Type | Selection list | Yes | Select one of the following values:
|
|
Mode | Selection list | No | Select one of the following values:
|
all |
Level | Selection list | No | Select error or warning. Specifies whether, if the assertion fails, it should be considered an ‘error’ or just a ‘warning.’ A warning does not trigger alerts, such as email or text messages. | error |
Modifier | Selection list | No | Select not to negate the assertion; the assertion is considered verified if it does not pass. | None |
Execute if item exists | Selection list | No | Select true or false. If true, the assertion is evaluated only if the element exists. This is useful when the element does not always exist. | false |
Stop test if fails | Selection list | No | Select true or false. If true, the test is immediately stopped if the assertion fails. | false |
Assertion comment | String | No | An optional comment for information. |