Configuring property assertions
You can configure property assertions to validate that the actual values of properties returned by a rule are the expected values. You can also assert if a property has an error and, if it does, what the message is so that you can validate that the message is correct.
For example, you can create an assertion that verifies that a customer ID, which appears only once on a data page, is equal to 834234.
On the bottom of the Definition tab, click Add expected result.
In the Assertion type list, select Property, and then click Add properties.
Select the properties to add by doing one of the following.
- For data transforms, activities, flows, or case types, in the Actual results section, select the page containing the properties to add.
- For other rules, select the property or page that you want to add.
To add another property or page, click Add row, and then repeat step 3.
In the Comparator list, select the comparator that you want to use to compare the property with a specified value. Do one of the following:
Select the
is in
comparator to compare a text, integer, or decimal property to multiple values. The assertion passes if the property matches any of the values that you specify.Select the
is not in
comparator. The assertion passes if the property does not match any of the values that you specify.- Select the
has error with message
comparator to verify that the property has the exact message that you specify in the Value box. - Select the
has error message that contains
comparator to verify that the property has a portion of the message that you specify in the Value box.
In the Value field, enter a value with which to compare the property. Separate values for the comparators by using the pipe (|) character. For text properties, use double quotation marks at the beginning and end of the value, for example,
"23|15|88"
.- Optional:
To add a comment, click the Add comment icon, enter a comment, and then click OK.
Click Save.
Related Content
Article
Converting unit tests to test casesPrevious topic Page assertions Next topic Configuring result count assertions