Question
Test case for Data transform in Pega 7.3.0
Hi,
I want to do a test case for my Data tranform in Pega 7.3.0, this Data transform set two values when a condition is TRUE, to this condition works I need to put some values default on clipboard with another Data transform, but it doesn't work, Pega shows a message "Property not found", can anyone help me with an example of a test case that a need to put values on Clipboard to validate a Data transform?
My data transform:
When .Code = 11
Set .Message = "Code 11"
Set .User = "Silver"
Otherwise
Set .Message = "Invalid"
I need to creat a test case for this, how can I use the Setup&Cleanup to put the values do validate my condition?
Regards.
Please go through the link document attached with detailed screen shot explaining the steps to create setup data transform
Let me know if any questions