We need help in PEGA Mashup screens scripting using Loadrunner. We noticed many dynamic values while recorded using Loadrunner Web protocol like below.
- pzBFP,
- pzuiactionrrr,
- pzuiactionzzz, pzharnessid,
- pztransactionid
- iFrame name along with dynamic numbers.
- web socket connections with dynamic content.
Correlated all the values but still script is not working. pzBFP PEGA value not even found in any of the previous requests response.
Kindly help us if you worked on this kind of application earlier. Your immediate support is much appreciated.
@AyyappaP16759680
We have no documentation on Loadrunner. Pega does offer its own Load Testing service to help project teams develop a load testing program, uncover performance issues, and ensure a smooth go-live experience. This service includes pre-testing infrastructure evaluation, load testing plan, load test scripts, and a remediation plan.
Some of the action-specific attributes of Mashups are:
data-pega-action-param-classname, data-pega-action-param-model, data-pega-action-param-flowname, data-pega-action-param-harnessname, data-pega-action-param-pagename, data-pega-action-param-query, data-pega-action-param-isreadonly, data-pega-action-param-key, data-pega-action-param-workid, and data-pega-action-param-parameters.
These attributes are used to define various actions and parameters within the mashup.
Hopefully the Mashup attributes documentation can help you further.
@AyyappaP16759680
HI ,
Im Working on PEGA Claims portal, Need help on below :
we observe
PZUIACtion
SID
PYActivity
ptransaction id
values generated in script , wanted to understand how can we turn off these encryption so that we can focus only on required values(which will be dynamic) in the script.
few of these values are going in Request body - need help in handling them through loadrunner protocol.