You can use the Run Rule feature to test a strategy individually before testing it in the context of the application that you are developing. Optionally, you can convert the run to a PegaUnit test case.
Note: it is recommended that you create a test case by running a single test, which offers more robust testing capabilities. For more information, see Configuring a single case run.
Select Actions > Run.
Select the thread in which you want to run the rule from the Thread list in the Run context pane.
Specify if you want to set up initial values on the clipboard.
From the Page list, select one of the following options:
Copy existing page – Select to copy values on an existing clipboard page in the selected thread to RunRecordPrimaryPage, which is the main test page. Then, in the Page to copy list, select the page whose values you want to copy.
Empty test page – Select if you do not want to pre-populate RunRecordPrimaryPage with values from an existing page.
Optional: Select the Apply data transform check box and then select a data transform to apply to the values on the specified page.
Note: The system always runs the rule instance on the RunRecordPrimaryPage, regardless of the page that you select from this list. If you convert this rule run to a test case, and the RunRecordPrimaryPage requires initial values, you should set the clipboard up to populate the page with initial values. See Setting up your test environment
Click Run.
From the View results from list, either select All to view test results from all components or select a component to view test results returned by that component.
Optional: To convert the test to a test case, click Convert to test. A new Create Test Case tab is displayed in the main Designer Studio window. See Test Case creation.