Unanswered question

What is meant by "fix the correlation on the auth token"

Sorry, I don't get the point what is meant by saying: "fix the correlation on the auth token".
Yes, I am testing the Petstore demo as part of a 30 day-trial of the NeoLoad Perf mon tool.

Timo H.
Timo H.

Timo H.

Level
0
3 / 100
points

Answers

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

You might want to look at the correlation course in our academy (https://academy.neotys.com/courses/design/lessons/design-...), from memory, you are selecting a category such as fish so the request looks like catagoryID=FISH&id=152342343, the id is dynamic and changes every time. This value is provided by the server so you need to correlate the value you are being sent to the one you are sending back, like batting a ball back over a net. If the server send you abc, you return abc. Use the flag function to find in which response the id is sent to you.