You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Pradeep Sakre <pr...@wipro.com> on 2002/04/04 06:19:54 UTC

Re: Test plan problem

I have a problem with jmeter.
1.jmeter will create 50 identical users to check any website.
In case i want all the 50 user to be different and access data from some
flat file. how am i supposed to do it?
Below i found the code written by you. How am i supposed to go about in
writing such code and wher am i supposed to execute it?
i will be thakfull if u can givemw some sample code which can be used for
jmeter and how to go about it to execute the same.

2. can i auto save the results in the jmeter as a .jmx file instead of
manually clicking the save button on the GUI.

Thanks in advance.

Regards,
Pradeep Sakre.
__________________________________________________________________________

"Success is how high you bounce when you hit bottom."

Pradeep Sakre
Wipro Technologies
72,Electronics City
Hosur Road
Bangalore-561229.
Tel:+91-80-8520408.  Extn:5174.
E-Mail    : pradeep.sakre@wipro.com
Alt-Mail  : pradeepsakre@yahoo.com
__________________________________________________________________________

----- Original Message -----
From: "Gerd Mueller" <ge...@smb-tec.com>
To: <jm...@jakarta.apache.org>
Sent: Thursday, March 28, 2002 9:59 PM
Subject: Test plan problem


>
> Hi all,
>
> I like to create a test plan for a web site that does the following steps:
>
> for (int i = 0; i < 3; i++) {
>     HTTP Request login
>     for (int i = 0; i < 3; i++) {
>          HTTP Request page A
>     }
>     HTTP Request logout
> }
>
> At the moment I've got the following test plan (short version)
>
> ThreadGroup (1x)
>      Loop Controller (3x)
>          HTTP Request login
>          Loop Controller (3x)
>              Modification Controller
>                  HTML Parameter Mask
>                  HTTP Request page A
>          HTTP Request logout
>
> But it doesn't exactly what I want, since it causes the following request
series:
>
>     Login
>     Page A
>     Page A
>     Page A
>     Logout
>     Page A
>     Page A
>     Page A
>     Page A
>     Page A
>     Page A
>     Login
>     Page A
>     Page A
>     Page A
>
> Does anyone got an idea of the error in my plan ?
>
> Best Regards,
> gerd
>
>
>
____________________________________________________________________________
__
> Gerd Mueller
gerd@smb-tec.com
> SMB GmbH
http://www.smb-tec.com
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>