Hi, AlexKaras
I want to test the following scenario:
1. User send a request to receive a report from archive for the period. In response he receives a list of documents for the period.
2. User selects required documents (say all documents) and send another request to receive a more detailed report.
Each document has its own unique ID. And each virtual user is represented as a real client, who has its own portfolio of documents in the archive. I can successfully go through the step1. And then I stop, because I need to collect all document ids for each user to prepare a proper request.
The goal is to test how all our system and its new elements will work under the load on the front-end.
If it is not possible, then I need to find some workaround, e.g. to make changes in document database so that all users will have the same portfolio or something else.