Good afternoon,
I'm trying to simulate multiple users on my server (stress test + performance test).
Real users click on a button which make them download a resource (generated PDF file). To simulate the same action, is it sufficient to send a GET request on this resource?
Thanks in advance for your answer.