Question
Clocklike Minds
PL
Last activity: 14 Jan 2022 3:32 EST
Unable to pass value to unit test case parameter
Hey,
I have an application that is built on PegaTestAutomationKit 1.3 - while creating a unit test for example for DataPage rule (with one input parameter) then I am not able to somehow pass the parameter dynamically. The only way is to have it hardcoded.
The test case works correctly only when I directly hardcode the parameter value (marked yellow). Whenever I try to pass it using a data page (D_Data[param:"value"].ParamValue) or from DSS (@getDataSystemSetting("owningRuleSet", "setting")) then it always takes the string as literal value rather than reffering the actual value.