I have recorded a script via Jmeter's test script recorder. The website belongs to the banking domain and has a simple web form which i have to fill and click on submit button, that's it. No login is required. The problem is when i have recorded this scenario through Jmeter test script recorder(also tried with blazemeter) the samplers have no parameters section and all the recording is done in body data tab. Since it was a web form i have obviously entered data say for 8 fields. But all i see in body data is an encrypted string(which i'm not sure is encryption or what, never encountered such thing) which looks something like below:
AB000UHrYGJ889946FGHSaiUyroDHJHFU24547878SAEHDUIYE00001644ADHWU89897EWEGHBS140045DAGWYTEvvERdnn
When i replay this it doesn't work which is understandable. Now how am i supposed to parameterize this? Has someone encountered such scenario if so then how you have managed it.