ビジネス アーキテクトがケース タイプ用の新しいプロセスを開発しました。UI 要素が期待どおりの結果を収集することを確認するには、プロセスとフィールドをテストする必要があります。
どの 2 つの構成を一緒に使用すると、一連のインタラクションを記録し、テスト結果を保存してプロセスの機能性を検証できますか? (2 つ選択してください。)
正解:B,C
To effectively test a new process for a case type and verify that the UI elements collect the expected results, utilizing scenario testing in Pega is highly recommended. This approach allows for recording a set of interactions and saving the test result, which is crucial for verifying process functionality.
* B. Create a scenario test for the case type: Scenario testing in Pega allows for the simulation of an end-to-end process, including interactions with UI elements. This tool enables the creation and execution of tests that mimic real-world user actions, ensuring that the entire process functions as intended. By creating a scenario test, you can capture and automate the testing of specific pathways through a case type, making it an essential tool for validation.
* C. Add explicit assertions on the UI elements: Assertions are conditions that you expect to be true at a certain point in your test. By adding explicit assertions to the UI elements during scenario testing, you can specify the expected outcomes or states of those elements. This ensures that not only does the process flow correctly, but the UI elements also behave and capture data as intended. Assertions provide a powerful way to validate the functionality and user interface of your application precisely.
Together, these configurations enable a robust testing framework that can simulate user interactions, verify UI behaviors, and ensure the overall functionality of the process and its fields.