I'm executing JMeter loadtest on my system. We have 1 client server with JMeter GUI and 2 slaves servers.
e.g. client: 192.168.1.1 slave1: 192.168.1.2 slave2: 192.168.1.3
We are testing application where I need to login, do something and logout. Is it possible to test such application with 2+ slaves? Because I cannot login with the same user more times on server in current session. I get license error: "User is connected from another machine". I know, that jmeter multiplies Threads with number of slaves, but how to handle this situation?
Thanks