Thank you!

The first approach seems to fit in nicely. I didn't consider running JMeter
from the command line, before. :)

As for the second solution , as you said it could be to complicated for me
to implement, since I am JMeter beginner.

Regards,
Ivanko.

On Fri, Aug 21, 2009 at 3:42 PM, sebb <[email protected]> wrote:

> On 21/08/2009, Ivan Ivankovic <[email protected]> wrote:
> > Hi,
> >
> >  I am trying to implement the following test scenario in JMeter:
> >
> >  (100*TC01+200*TC02+200*TC03) , 100*TC01
> >
> >  Where TC01, TC02, TC03 are test cases, "+" sign means parallel execution
> and
> >  "," means serial execution.
> >
> >  My first shot was to make 3 ThreadGroups to implement TC01, TC02, TC03
> so
> >  they can work in parallel, but I have a problem how to start another 100
> >  threads to execute TC01 after all previous thread group are finished.
> >
> >  There is a way to execute Thread Group in serial manner but I need mixed
> >  behaviour.
> >
> >  Is this possible with JMeter?
>
> Use two different test plans, and run them consecutively, e.g.
>
> jmeter -n -t parallel.jmx
> jmeter -n -t serial.jmx
>
> > Maybe I am taking wrong approach by
> >  representing Test cases as Thread Groups?
> >
>
> A ThreadGroup groups threads that all process the same test plan.
>
> However JMeter supports conditional execution so it may be possible to
> combine different test scenarios in a single thread group. Depends on
> how different the tests are and how much effort you want to put into
> setting up the conditional behaviour.
>
> >  --
> >  Pozdrav,
> >  Ivanko
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>

Reply via email to