Hi, I'm running JMeter test in a thread group with "Number of threads (users)" = 3.
I also use the User Parameters table with 3 users. The tests succeeds if I set "Ramp-up period (seconds)" = 20. But if I set "Ramp-up period (seconds)" = 0 the test fails with HTTP 403 Forbidden. This is because the next Login starts before the prior actions with the prior login are finished: Not Ok: GET Login POST blob 1 GET Login POST blob 2 POST blob 1 Ok: GET Login POST blob 1 POST blob 2 GET LOGIN POST blob 1 Is there a way to run the threads at the same time but the first thread is "encapsulated" so that the second thread does not interfere with the first thread? With best regards Georg Hüsing --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
