Hypotetical use case of an interaction:
- client M log in to the server;
- client M connects to the server and create an object OBJ;
- client P1 log in to the server;
- client P1 connects to the server passing OBJ.id and other parameters;
- client P2, P3… do the same;
- client M connects to the server and destroy object OBJ;
Each client need to store session cookies.
How can I can replicate that interaction pattern many times (even concurrenty) and measure latency and failed requests?
We would do that one of two ways:
All of that can be done fairly easily in the better load testing tools (I’ll plug our product, Load Tester).
Hope that helps!