You imported a rule-admin-product (RAP) file that contains new features into a user acceptance testing(UAT) environment. Select the option that ensures basic functionality behaves as expected before inviting users to start acceptance testing.
A.
Create a smoke test suite. Run the test suite using the pre-import process.
B.
Create an ad hoc test suite. Run the test suite using the post-import process.
C.
Create an integration test suite. Run the test suite using the Execute Test REST service
D.
Create a regression test suite. Run the test suite using the automation server.
To ensure basic functionality behaves as expected before inviting users to start acceptance testing after importing a Rule-Admin-Product (RAP) file:
Create a regression test suite. Run the test suite using the automation server (Answer D):
Explanation: A regression test suite helps verify that the new features do not break existing functionality. Running these tests using an automation server ensures that the process is repeatable, reliable, and efficient.
[: Pega’s testing strategy documentation emphasizes the importance of regression testing in ensuring that new changes do not negatively impact existing features. Automation servers like Jenkins or Pega’s own CI/CD pipelines can be used to schedule and run these tests systematically., , ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit