Run a single case run to test your strategy against one particular record (customer). Single case runs allow you to test whether the strategy that you created is set up correctly and delivers expected results.
You can then optionally convert the test run into a PegaUnit test case for which you can provide assertions (test conditions) that allow you to compare the expected output of a test to actual test results.
When you test a strategy on a data flow, the system runs the specified data flow and then uses the output of that data flow for the selected subject ID in the test run.
Optional: To convert the test into a PegaUnit test case, click Convert to test.
Configure the PegaUnit test case. See Configuring PegaUnit test cases for more information.