Skip to main content


         This documentation site is for previous versions. Visit our new documentation site for current releases.      
 

Configuring property assertions

Updated on December 13, 2021

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.

Before you begin: Open the unit test case. For more information, see Opening a unit test case.
  1. On the bottom of the Definition tab, click Add expected result.
  2. In the Assertion type list, select Property, and then click Add properties.
  3. 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.
    Result: Properties are displayed in the right pane. If you selected a page, then all embedded pages and properties from the page are added.
  4. To add another property or page, click Add row, and then repeat step 3.
    Result:

    When you add multiple properties, the assertion passes if the expected output and results match for all properties.

  5. 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.
  6. 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" .

    For example, if you want the assertion to pass when Age property matches either the 5 or 7 values, configure the assertion as .Age is in 5|7 .

  7. Optional: To add a comment, click the Add comment icon, enter a comment, and then click OK.
  8. Click Save.

Have a question? Get answers now.

Visit the Support Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:

Close Deprecation Notice
Contact us