a) How can I make sure that Log In goes first?
Because you have specified it first
b) but what about percentages
Use multiple throughput controllers. I dont think you need a Random order
Controller if you use a throughput controller , though obivuosly then the
order would be somewhat predictable.
ThreadGroup
Once Only
Login
ThroughPutController (PerCent =10)
Area 1
ThroughPutController (PerCent =50)
Area 2
ThroughPutController (PerCent =15)
Area 3
ThroughPutController (PerCent =25)
Area 4
c) How do you come up with a "good" Ramp up number?
I normally dont :). What are you trying to achieve with ramp up ?
regards
deepak
On Wed, Mar 10, 2010 at 1:45 PM, Rodolfo Landa <rodolfo.landa@gmail.com>wrote:
> Hi Deepak,
>
> The only reason I have 5 thread groups is that I use them to record their
> work with the HTTP Proxy Server. I if a re-arrange them like this:
>
> Test Plan
> - Thread Group
> - Once Only (Log in)
> - Another Controller (Area 1)
> - Another Controller (Area 2)
> - Another Controller (Area 3)
> - Another Controller (Area 4)
>
> And change Number of Threads to 100, Ramp up to X and loop to 1
>
> a) How can I make sure that Log In goes first?
> b) Using a Random Order Controller for each Area will may help me with the
> random order but what about percentages?
> c) How do you come up with a "good" Ramp up number?
>
> Regards and thanks for your ideas.
>
> Rodolfo
>
>
>
> On Wed, Mar 10, 2010 at 1:27 PM, Deepak Shetty <shettyd@gmail.com> wrote:
>
> > Hi
> > is there any particular reason you have multiple thread groups?
> > If you only had 1 thread group you could use OnceOnlyController and
> > ThroughPutController (and other controllers that you may want to use)
> > Note that using a ThreadGroup for login needs additional work if you want
> > to
> > reuse that authentication across a different thread (which will be the
> case
> > in different thread groups)
> >
> > regards
> > deepak
> >
> > On Wed, Mar 10, 2010 at 1:21 PM, Rodolfo Landa <rodolfo.landa@gmail.com
> > >wrote:
> >
> > > All,
> > >
> > > I just recorded a test plan for a "Persona" (say a clerk) that
> typically
> > > works in 5 areas. The plan looks like this:
> > >
> > > Test Plan
> > > - Thread Group - (Log in)
> > > - Thread Group - (Area 1)
> > > - Thread Group - (Area 2)
> > > - Thread Group - (Area 3)
> > > - Thread Group - (Area 4)
> > >
> > > All groups initially have 1 User (Thread) / Ramp-up 1 / Loop 1. I
> checked
> > > the option Run Threads Groups consecutively because I thought that
> makes
> > > sense that the "Persona" first Logs in. I run it and everything is OK.
> > >
> > > My question is how can I configure the plan so for example it logs only
> > > once
> > > and the 10 % is spend doing activities in Area 1, 50 % in area 3, etc.
> > >
> > > Right now there is one thread per group so total of 5 threads going one
> > > after another. I want to make them go randomly but still under the
> > > percentages described above.
> > >
> > > Thanks in advance for your help.
> > >
> > > Regards,
> > >
> > > Rodolfo
> > >
> >
>
|