I need to reproduce the Race conditions scenario where same API is giving multiple response . Here we need to compare the API response and end it as fail transaction if the response are not matching or different from the original response.
Need help on how to script this on load runner tool. I am able to capture the response and save it as a parameter. But how do I compare it with the original response?
Also the response is in JSON format and hence I was not able to use the STRCMP function.