Load Complete_ Authentication issue while executing script
Dear team,
This is a new issue i'm facing for our new platform, where b2c authentication is implemented for a authorized user.
The issue with while replaying the load script the load script return the 400 bad request error when a user attempt to login into system .
Not sure how to overcome from this issue, could someone guide on this please?
I've attached snapshot for reference purpose.
Many Thanks
_Amit
Hi Amit,
This means that incorrect request was send to the server. Most probably, request lacks some cookie of other header that contains required identification parameter.
You must examine initially recorded traffic and figure out what response returned data that were used by this failed request. Then you must create a data selector that will extract needed data and insert it into request using data replacer.
https://support.smartbear.com/loadcomplete/docs/testing-with/extracting/index.html
https://support.smartbear.com/loadcomplete/docs/testing-with/data-correlation/index.html
https://support.smartbear.com/loadcomplete/docs/testing-with/parameterizing/index.html
for more details.