DarkShadows
6 years agoContributor
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 retur...
- 6 years ago
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.