In the Edit Test Suite rule form, you can run the test suite and view its results. You can also modify and configure settings, such as assertions.
Note: The Edit Test Suite rule form appears after you click Create and open or Create and close or save the PegaUnit test suite. Otherwise, the Create Test Suite rule form appears. Some options differ between the rule forms. See Configuring PegaUnit test suites in the Create Test Suite form for more information.
Complete any of the following actions:
Run a test suite by clicking Actions > Run. You can run a test suite after you save the rule form.
Click View details in the banner to view more details about the latest result. This button appears after a test suite has been run. See PegaUnit test suite run results for more information.
Click View previous runs to open a new dialog box that displays the test date, the run time, expected run time, and whether the test passed or failed. Click the row of a test case to view detailed test results. This link appears after a test suite has been run.
Modify the description of the test suite in the Description field.
Select the type of test suite from the Category list.
Ad-hoc: Select to specify that the test suite to informally test a feature.
Smoke: Select to specify that the tests suite tests that critical application functionality is working as expected.
Regression: Select to specify that the test suite runs all test cases when changes are made to application functionality. For example, if you fix a bug, you can test that it does not impact other application functionality.
Add test cases to the test suite by clicking Add test cases and selecting the test cases that you want to add. You cannot add duplicate test cases.
Remove test cases from the test suite by selecting test suites and clicking Remove.
Modify the order in which test cases are run in the test suite by clicking the Drag selector icon next to the test case and dragging and dropping it. You can reorder test cases only within the page that displays the test cases. If there are multiple pages of test cases, you cannot reorder test cases among pages.
Apply one or more data pages, data transforms, or activities to set up the clipboard before running a test in the Setup & Cleanup tab. You can also use activities to create any required test data, such as work or data objects. See Setting up your test environment for more information.