Test a data page to ensure that you get the expected results by using the Run Rule
feature before testing it in the context of the application that you are developing. Optionally,
convert the run into a Pega unit test case you can reuse.
-
Open a data page by clicking and selecting the data page that you want to open.
-
Click .
-
From the Thread list in the Run context
pane, select the thread in which you want to run the rule.
-
In the main test page, enter values for parameters, if any, to pass to the rule.
-
Select the Flush all instances of this data page before
execution check box to delete any existing instances of the selected data
page.
-
Click Run.
- Optional:
To convert the test into an Pega unit test case, which you can use
to validate application data in a continuous delivery environment, do the following
tasks:
-
Click Convert to Test. A new tab is displayed in the main
Dev Studio window.
-
Configure the Pega unit test case.
- Optional:
Click Show Clipboard to open the Clipboard and examine the pages
that are generated by the unit test.
- Optional:
If the rule has errors, click Trace to debug the rule with the
Tracer tool.