Am 05.03.20 um 10:38 schrieb Hüsing Georg:
> 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.
Normally I set up different users by using a CSV Data Set Config
element. What are you doing here exactly?
>
> 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?

Can you post a simple test plan, that shows what you are doing exactly?

Each thread should be separated by default when JMeter runs. There
should be no interaction by default.

Felix

>
>
> With best regards
>
> Georg Hüsing
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to