Configuring activity status assertions

You can verify that an activity returns the correct status when it runs by configuring an activity status assertion. You can also assert if an activity has an error and, if it does, what the message is so that you can validate that the message is correct.

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, click Activity status.
  3. In the Value list, click the status that you expect the activity to return when the test runs.
  4. To validate the message that displays for the activity, select Validate message, select a Comparator, and then enter the message that you want to validate in the Value box.
  5. Optional: To add a comment, click the Add comment icon, enter a comment, and then click OK.
  6. Click Save.