Hello everytone,
I have a question about Virtual user.
Is it possible to create different Virtual User for different Scenarios in a simulation?
for example
In my simulation, I have
setUp(
scenario1.inject(atOnceUsers(2)).protocols(httpConfHttp),
scenario2.inject(atOnceUsers(2)).protocols(httpConfHttp)
)
after launching the engine, I found my user_id are 4619140215787466905-0,4619140215787466905-1,4619140215787466905-2,4619140215787466905-3
Is it possible to find my user_id by scenario as 4619140215787466905-0,4619140215787466905-1 and 4619140215787466906-0,4619140215787466906-1 ?
Thanks a lot!!