You want to unit test a rule. To ensure that the rule executes as intended, you need to populate the clipboard with valid data. Which two options allow you to populate the clipboard before testing the rule? (Choose Two)
A.
Configure an assertion to define the required data.
B.
Configure a validate rule to populate the needed data.
To populate the clipboard with valid data before testing a rule:
C. Run a data transform to create the test page. Data transforms are used to set up or alter data pages and clipboard pages, making them ideal for configuring the necessary test environment by establishing the required data structures and values.
D. Copy data from an existing clipboard page. Utilizing existing data by copying it to the test page allows for a quick and efficient way to prepare for unit testing, ensuring that the data used is representative of real-case scenarios.
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