Scenario testing in Pega is used to create UI-based, end-to-end tests for applications. The following
statements are true about scenario testing:
Scenario Tests Can Include Another Scenario Test (A):
Scenario tests can be nested, allowing one scenario test to include another. This enables the reuse of
common test steps and enhances the modularity of test cases.
Scenario Tests Do Not Support File Uploads or Downloads (C):
Scenario tests are designed to simulate user interactions but do not support file uploads or
downloads as part of the test execution. This limitation ensures tests focus on UI interactions and
business logic.
Scenario Tests Support the Setup or Cleanup of Test Data (E):
Scenario tests allow for the setup or cleanup of test data before or after the test execution. This
capability ensures that the test environment is correctly prepared and that any test data is
appropriately managed.
Reference:
Pega Scenario Testing Guide
Pega Platform Test Automation Documentation