You can share variable between threads using JMeter properties.
This has been discussed previously. You can check the archive.


-----Original Message-----
From: Sipathamandla [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 05, 2008 2:44 PM
To: JMeter Users List
Subject: Re: Threads Running Concurrently

Thanks for the reply.

|_GlobalVariables (User Defined Variables)
|_AccountsCSV (CSV Data Set Config)
  |__BasicOperations (Thread Group)
      |__login (http request)
      |__CheckUpdates(Loop) - loop forever until test ends
          |__Delay (1min timer)
          |__checkForUpdates (http request)
      |__placeAnOrder (http request)

What i wanted to achieve was a way to start the CheckUpdates loop, leave
it
looping and proceed with a the next node, placeAnOrder. I could have
used
multiple threads, one thread looping, one placing the order, but the
application does not allow multiple user sessions (sessions variables
are
not shared across threads, please correct me if i'm wrong)

Is there a way to achieve this?

Sipathamandla Shoko
Software Developer
Dariel Solutions
0860 DARIEL

________________________________________________________________________
____________________



2008/11/5 Nair, Pramod <[EMAIL PROTECTED]>

> The execution is always top down within a thread.
> But you can have different threads that work in parallel.
>
> You will need to uncheck "Run Thread groups consecutively" in the Test
> Plan where you create different threads.
>
> But I guess the thread groups start randomly not following the
top-down
> order.
>
>
> Thanks
> Pramod
> -----Original Message-----
> From: Sipathamandla [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 05, 2008 2:09 PM
> To: [email protected]
> Subject: Threads Running Concurrently
>
> I have a web application that periodically polls the server for
updates
> in
> the background while the user is doing some action. I have seen that
> execution is sequential (correct me if i'm wrong) and if one create a
> loop
> controller, the execution will wait for the loop to complete before
> executing the next node.
>
> Is there starting a thread, in this case a loop and continue with the
> next
> nodes.
>
> Any help welcome.
>
>
> The information contained in this transmission may contain privileged
and
> confidential information and is intended only for the use of the
person(s)
> named above. If you are not the intended recipient, any review,
> dissemination, distribution or duplication of this communication is
strictly
> prohibited. If you received this email in error, please contact the
sender
> immediately by reply e-mail and destroy all copies of the original
message.
> This email is not intended as an offer or solicitation for the
purchase or
> sale of any financial instruments.
>
> ---------------------------------------------------------------------
> 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